1.152501  2015-09-07 22:37:38+01:00 Europe/London

    - No functional changes; just refactoring to use Sub::Install instead of the
      shonky pattern I was using to squirrel my methods in others' namespaces.
    
    - # ABSTRACT: added
    
1.152500  2015-09-07 20:27:24+01:00 Europe/London

    - Some minor structural improvements to method implementations here and there.
    
    - Some POD expansion and corrections.
    
    - Methods with names that match /^processrow_.*$/ now have names beginning 
      with "getrow_".
    
    - Methods with names that match /^processall_.*$/ now have names beginning 
      with "getall_".

1.152491  2015-09-06 20:30:55+01:00 Europe/London

    - Guess who forgot to hide embedded packages from PAUSE?
    
1.152490  2015-09-06 20:22:54+01:00 Europe/London

    - Code producing database connection and statement proxies has been completely
      refactored.
    - POD corrections and additions.
    
1.152461  2015-09-03 21:02:06+01:00 Europe/London

    - Module now managed using Dist::Zilla and version numbers are auto generated