The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
########################################################################
## ChangeLog autogenerated from CVS by cvs2cl Thu Dec 27 11:40:54 2012 ##
########################################################################

2010-11-10 18:09  joshr

	* Changes, MANIFEST, Makefile.PL, README, ignore.txt, t/00-load.t,
	  t/boilerplate.t, t/manifest.t, t/pod-coverage.t, t/pod.t,
	  lib/DBIx/FileStore.pm: new

2010-11-11 15:39  joshr

	* lib/DBIx/FileStore.pm: IN PROGRESS IN REWRITE TO OBJECT-ORIENTED
	  (joshr:xl4.joshr.com)

2010-11-11 15:40  joshr

	* .cvsignore, lib/DBIx/FileStore/UtilityFunctions.pm,
	  scripts/fdbcat, scripts/fdbcp, scripts/fdbget, scripts/fdbls,
	  scripts/fdbmv, scripts/fdbput, scripts/fdbrm, scripts/fdbslurp,
	  scripts/fdbstat, scripts/fdbtidy: big checkin of porting

2010-11-11 15:54  joshr

	* lib/DBIx/FileStore.pm, scripts/fdbls: got fdbls working.
	  (joshr:xl4.joshr.com)

2010-11-11 15:55  joshr

	* t/: .pod-coverage.t, pod-coverage.t: 'file moved from
	  t/pod-coverage.t to t/.pod-coverage.t'

2010-11-11 15:56  joshr

	* MANIFEST, mkmanifest: new manifest; and the proud program that
	  wrote it.

2010-11-11 16:12  joshr

	* lib/DBIx/FileStore/UtilityFunctions.pm: added get_date_and_time(
	  [$opt_timet] ). (joshr:xl4.joshr.com)

2010-11-11 16:14  joshr

	* scripts/: fdbcp, fdbget, fdbmv, fdbrm, fdbslurp, fdbstat,
	  fdbtidy: changed to use DBIx::FileStore and
	  DBIx::FileStore::UtilityFunctions. (joshr:xl4.joshr.com)

2010-11-11 16:25  joshr

	* lib/DBIx/FileStore.pm: reduce the block size from 900K (which was
	  giving errors on our stock-ish centos 5 mysql setup) to 500K.
	  (joshr:xl4.joshr.com)

2010-11-11 16:25  joshr

	* MANIFEST, .cvsignore: updated. (joshr:xl4.joshr.com)

2010-11-11 16:26  joshr

	* .cvsignore: updated from ignore.txt (joshr:xl4.joshr.com)

2010-11-11 16:27  joshr

	* MANIFEST: removed unneeded things. (joshr:xl4.joshr.com)

2010-11-11 16:37  joshr

	* scripts/fdbls: better output of md5 hash. (joshr:xl4.joshr.com)

2010-11-11 16:38  joshr

	* scripts/fdbput: in verbose mode, show the name of the file we're
	  writing to the filestore. (joshr:xl4.joshr.com)

2010-11-11 16:43  joshr

	* script/: fdbcat, fdbcp, fdbget, fdbls, fdbmv, fdbput: moved from
	  misnamed 'scripts' folder.

2010-11-11 16:43  joshr

	* script/fdbrm, scripts/fdbrm: 'file moved from scripts//fdbrm to
	  script/fdbrm'

2010-11-11 16:43  joshr

	* script/fdbslurp, scripts/fdbslurp: 'file moved from
	  scripts/fdbslurp to script/fdbslurp'

2010-11-11 16:43  joshr

	* script/fdbstat, scripts/fdbstat: 'file moved from scripts/fdbstat
	  to script/fdbstat'

2010-11-11 16:44  joshr

	* script/fdbtidy, scripts/fdbtidy: 'file moved from scripts/fdbtidy
	  to script/fdbtidy'

2010-11-11 16:44  joshr

	* scripts/: fdbcat, fdbcp, fdbget, fdbls, fdbmv, fdbput: moved to
	  'script' folder.

2010-11-11 17:44  joshr

	* MANIFEST: changes (joshr:xl4.joshr.com)

2010-11-11 17:45  joshr

	* Makefile.PL: added EXE_FILES section (joshr:xl4.joshr.com)

2010-11-11 17:48  joshr

	* Makefile.PL: no change. (joshr:xl4.joshr.com)

2010-11-12 09:53  joshr

	* script/: fdbcat, fdbcp, fdbget, fdbls, fdbmv, fdbput, fdbrm,
	  fdbslurp, fdbstat, fdbtidy: cleanups and wrapped all program code
	  in main() functions. (joshr:xl4.joshr.com)

2010-11-12 09:54  joshr

	* lib/DBIx/FileStore.pm: comment why we're using the block size
	  that we are; fix how we lock tables; die if we can't open or
	  close a needed file; start perldocs. (joshr:xl4.joshr.com)

2010-11-12 09:54  joshr

	* TODO: new

2010-11-12 10:53  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: new

2010-11-12 11:07  joshr

	* Makefile.PL: add prereqs (joshr:xl4.joshr.com)

2010-11-12 11:08  joshr

	* lib/DBIx/FileStore.pm: use new DBIx::FileStore::ConfigFile();
	  (joshr:xl4.joshr.com)

2010-11-12 11:13  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: better error reporting; verbose
	  mode started. (joshr:xl4.joshr.com)

2010-11-12 11:13  joshr

	* lib/DBIx/FileStore/UtilityFunctions.pm: added get_user_homedir(),
	  tweaks to convert_bytes_to_human_size() (joshr:xl4.joshr.com)

2010-11-12 11:14  joshr

	* script/fdbls: factored out Usage() (joshr:xl4.joshr.com)

2010-11-12 11:35  joshr

	* script/fdbstat: in case there are no entries, set bytes to 0.
	  (joshr:xl4.joshr.com)

2010-11-12 11:35  joshr

	* lib/DBIx/FileStore/UtilityFunctions.pm: return undef if they pass
	  undef. (joshr:xl4.joshr.com)

2010-11-12 11:43  joshr

	* script/fdbrm: show which table we're deleting data from.
	  (joshr:xl4.joshr.com)

2010-11-12 11:44  joshr

	* table-definitions.sql: added table-definitions.sql

2010-11-12 12:04  joshr

	* ChangeLog: CVS changelog.

2010-11-12 13:11  joshr

	* script/fdbmv: don't hardcode the name of the files table.
	  (joshr:xl4.joshr.com)

2010-11-12 13:13  joshr

	* MANIFEST: added table-definitions.sql (joshr:xl4.joshr.com)

2010-11-12 13:13  joshr

	* Changes: added 0.02 (joshr:xl4.joshr.com)

2010-11-12 13:15  joshr

	* lib/DBIx/FileStore.pm: vbump to 0.02. (joshr:xl4.joshr.com)

2010-11-12 13:23  joshr

	* ChangeLog, Changes: change to Changes and ChangeLog
	  (joshr:xl4.joshr.com)

2010-11-12 13:28  joshr

	* script/: fdbcp, fdbget, fdbrm: don't include libraries we don't
	  need. (joshr:xl4.joshr.com)

2010-11-12 13:47  joshr

	* script/fdbls: enhanced Usage() output. (joshr:xl4.joshr.com)

2010-11-12 13:47  joshr

	* Changes: updated (joshr:xl4.joshr.com)

2010-11-12 15:13  joshr

	* Changes, MANIFEST, lib/DBIx/FileStore.pm: added
	  lib/DBIx/FileStore/ConfigFile.pm, made new version (0.03)

2010-11-12 15:17  joshr

	* ChangeLog: updated ChangeLog (joshr:xl4.joshr.com)

2010-11-12 15:22  joshr

	* fdb.conf-sample: example configuration file

2010-11-12 15:22  joshr

	* fdb.conf-sample: example conf file. (joshr:xl4.joshr.com)

2010-11-16 09:46  joshr

	* lib/DBIx/FileStore.pm: more comments, code clarifications
	  (joshr:xl4.joshr.com)

2010-11-16 09:46  joshr

	* MANIFEST: updated (joshr:xl4.joshr.com)

2010-11-16 09:46  joshr

	* README: cleanup (joshr:xl4.joshr.com)

2010-11-16 19:38  joshr

	* QUICKSTART.txt: new

2010-11-16 19:38  joshr

	* README: content written (joshr:xl7.joshr.com)

2010-11-16 19:40  joshr

	* table-definitions.sql: added header comments.
	  (joshr:xl7.joshr.com)

2010-11-16 20:07  joshr

	* t/: .pod-coverage.t, pod-coverage.t: 'file moved from
	  t/.pod-coverage.t to t/pod-coverage.t'

2010-11-16 20:30  joshr

	* Changes: updated for 0.04 and 0.05 (joshr:xl7.joshr.com)

2010-11-16 20:30  joshr

	* fdb.conf-sample: documented more. (joshr:xl7.joshr.com)

2010-11-16 20:31  joshr

	* TODO: added item. (joshr:xl7.joshr.com)

2010-11-16 20:31  joshr

	* MANIFEST: enable t/pod-coverage.t (joshr:xl7.joshr.com)

2010-11-16 20:31  joshr

	* lib/DBIx/FileStore.pm: more docs (joshr:xl7.joshr.com)

2010-11-16 20:32  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: documented. Also, warn if we
	  can't find a 'dbuser' setting in whatever config file we're
	  using. (joshr:xl7.joshr.com)

2010-11-16 20:32  joshr

	* lib/DBIx/FileStore/UtilityFunctions.pm: documented via perldoc.
	  (joshr:xl7.joshr.com)

2010-11-16 20:34  joshr

	* RELEASE_CHECKLIST: from Sman

2010-11-16 21:13  joshr

	* script/fdbcp: removed fdbcp

2010-11-16 21:16  joshr

	* lib/DBIx/FileStore.pm: more docs. More to be written.
	  (joshr:xl7.joshr.com)

2010-11-16 21:16  joshr

	* Changes: more about 0.05 (joshr:xl7.joshr.com)

2010-11-16 21:16  joshr

	* MANIFEST: fdbcp removed. (joshr:xl7.joshr.com)

2010-11-16 21:17  joshr

	* QUICKSTART.txt: mention fdbls -h -l and -m options.  remove
	  mention of removed fdbcp. (joshr:xl7.joshr.com)

2010-11-16 21:17  joshr

	* README: doc changes. (joshr:xl7.joshr.com)

2010-11-16 21:29  joshr

	* script/: fdbget, fdbput: added --localfile options
	  (joshr:xl7.joshr.com)

2010-11-16 21:29  joshr

	* script/fdbrm: added comments (joshr:xl7.joshr.com)

2010-11-16 21:29  joshr

	* t/pod.t: test the pod on the scripts in script/
	  (joshr:xl7.joshr.com)

2010-11-17 10:41  joshr

	* lib/DBIx/FileStore.pm: Documented. (joshr:xl7.joshr.com)

2010-11-17 10:41  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: updated docs.
	  (joshr:xl7.joshr.com)

2010-11-17 10:42  joshr

	* ignore.txt: no change (joshr:xl7.joshr.com)

2010-11-17 11:15  joshr

	* lib/DBIx/FileStore.pm: Documented. (joshr:xl7.joshr.com)

2010-11-17 11:15  joshr

	* script/fdbmv: removed unused code. (joshr:xl7.joshr.com)

2010-11-17 11:26  joshr

	* QUICKSTART.txt, README: updates (joshr:xl7.joshr.com)

2010-11-17 11:27  joshr

	* lib/DBIx/FileStore.pm: doc updates (joshr:xl7.joshr.com)

2010-11-17 12:06  joshr

	* script/: fdbcat, fdbget, fdbls, fdbmv, fdbput, fdbrm, fdbslurp,
	  fdbtidy: DOCUMENTATION ADDED FOR script/fdb* scripts.
	  (joshr:xl7.joshr.com)

2010-11-17 12:10  joshr

	* Changes: changes for 0.05. (joshr:xl7.joshr.com)

2010-11-17 12:11  joshr

	* ChangeLog: recreated from CVS, with tags. (joshr:xl7.joshr.com)

2010-11-17 12:11  joshr

	* RELEASE_CHECKLIST: updated for DBIx::FileStore.pm
	  (joshr:xl7.joshr.com)

2010-11-17 12:26  joshr

	* RELEASE_CHECKLIST: updated (joshr:xl7.joshr.com)

2010-11-17 13:26  joshr

	* ChangeLog, Changes: changes documented. (joshr:xl7.joshr.com)

2010-11-17 13:26  joshr

	* RELEASE_CHECKLIST: cleaned up (joshr:xl7.joshr.com)

2010-11-17 13:26  joshr

	* TODO: updated. (joshr:xl7.joshr.com)

2010-11-17 13:27  joshr

	* lib/DBIx/FileStore.pm: version bump to 0.06. comment and pod
	  additions. (joshr:xl7.joshr.com)

2010-11-17 13:27  joshr

	* script/fdbcat: pod indentation corrected. (joshr:xl7.joshr.com)

2010-11-17 13:27  joshr

	* script/fdbslurp: documentation updated. Still not implemented.
	  (joshr:xl7.joshr.com)

2010-11-17 13:28  joshr

	* script/fdbstat: pod added (joshr:xl7.joshr.com)

2010-11-17 13:31  joshr

	* ChangeLog, RELEASE_CHECKLIST: updates (joshr:xl7.joshr.com)

2010-11-17 14:47  joshr

	* QUICKSTART.txt: indent and wrap in  =pod / =cut.
	  (joshr:xl7.joshr.com)

2010-11-17 14:47  joshr

	* QUICKSTART.pod, QUICKSTART.txt: 'file moved from QUICKSTART.txt
	  to QUICKSTART.pod'

2010-11-17 14:49  joshr

	* script/: fdbcat, fdbget, fdbls, fdbmv, fdbput, fdbrm, fdbslurp,
	  fdbstat, fdbtidy: tiny pod changes. (joshr:xl7.joshr.com)

2010-11-17 14:50  joshr

	* lib/DBIx/: FileStore.pm, FileStore/ConfigFile.pm,
	  FileStore/UtilityFunctions.pm: tiny pod changes.

2010-11-17 14:50  joshr

	* mkmanifest: documented with perldoc (joshr:xl7.joshr.com)

2010-11-17 14:52  joshr

	* ChangeLog, Changes: Changes and ChangeLog updated.
	  (joshr:xl7.joshr.com)

2010-11-17 14:53  joshr

	* ChangeLog: updated (joshr:xl7.joshr.com)

2010-11-17 14:58  joshr

	* MANIFEST: fix MANIFEST to mention QUICKSTART.pod, not
	  QUICKSTART.txt (joshr:xl7.joshr.com)

2010-11-17 14:59  joshr

	* lib/DBIx/FileStore.pm: version bump (joshr:xl7.joshr.com)

2010-11-17 15:01  joshr

	* ChangeLog, Changes, RELEASE_CHECKLIST: updates for 0.08
	  (joshr:xl7.joshr.com)

2010-11-17 15:02  joshr

	* Changes: update for 0.08 (joshr:xl7.joshr.com)

2010-11-17 15:05  joshr

	* ChangeLog: updated for 0.08 (joshr:xl7.joshr.com)

2010-11-18 17:12  joshr

	* lib/DBIx/FileStore.pm: change documentation to mention that the
	  db field is called 'lasttime', not 'timestamp'.
	  (joshr:macpro.joshr.com)

2010-11-18 20:39  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: change use of
	  List::Util::first() for perl 5.6.2 happiness.
	  (joshr:macpro.joshr.com)

2010-11-18 21:15  joshr

	* script/fdbls: small changes. (joshr:xl7.joshr.com)

2010-11-18 21:35  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: change how we call
	  List::Util::first(), so perl 5.6.2 doesn't complain. Perldoc
	  capitalization change. (joshr:xl7.joshr.com)

2010-11-18 21:37  joshr

	* script/: fdbmv, fdbrm, fdbstat, fdbtidy: note that some code
	  should be factored into DBIx/FileStore.pm (joshr:xl7.joshr.com)

2010-11-18 21:37  joshr

	* README: put QUICKSTART directly in here. (joshr:xl7.joshr.com)

2010-11-18 21:38  joshr

	* MANIFEST: remove QUICKSTART.pod (joshr:xl7.joshr.com)

2010-11-18 21:38  joshr

	* TODO: updated. (joshr:xl7.joshr.com)

2010-11-18 21:38  joshr

	* QUICKSTART.pod: removed, content moved to README.

2010-11-18 21:43  joshr

	* README: text updated. QUICKSTART.pod integrated.
	  (joshr:xl7.joshr.com)

2010-11-19 11:00  joshr

	* lib/DBIx/FileStore.pm: vbump to 0.09, pod updates.
	  (joshr:xl7.joshr.com)

2010-11-19 11:03  joshr

	* ChangeLog, Changes, RELEASE_CHECKLIST: checkin for 0.09.
	  (joshr:xl7.joshr.com)

2010-11-19 11:07  joshr

	* ChangeLog: updates for 0.09 (joshr:xl7.joshr.com)

2010-11-23 15:19  joshr

	* lib/DBIx/FileStore.pm: updated POD to reflect that there's no
	  QUICKSTART file any more (it's been integrated into the README).
	  (joshr:macpro.joshr.com)

2010-11-23 15:20  joshr

	* script/fdbstat: added Usage() function. (joshr:macpro.joshr.com)

2010-11-23 15:20  joshr

	* script/: fdbslurp, fdbmv: cleanup (joshr:macpro.joshr.com)

2010-11-23 15:20  joshr

	* script/fdbrm: spacing change (joshr:macpro.joshr.com)

2010-11-23 15:21  joshr

	* script/fdbls: removed commented-out code.
	  (joshr:macpro.joshr.com)

2010-11-23 15:22  joshr

	* Makefile.PL: document implicit dependency on DBD::mysql, since
	  that's the only backend currently suppported.
	  (joshr:xl7.joshr.com)

2010-11-23 15:23  joshr

	* script/fdbls: show human-size byte column padded to 7 chars.
	  (joshr:xl7.joshr.com)

2010-11-23 15:25  joshr

	* lib/DBIx/FileStore.pm: Note about blocksizes & blocknumbers: our
	  code is not tested for 6-digit and larger numbered blocks. This
	  means we're not sure it'll work for files over abou 50GB (though
	  we think it will, it might need some code modifications).  Also a
	  note about how we use base64 representations of md5 sums to save
	  a little space.  Also be more consistent about capitalization of
	  MD5. (joshr:xl7.joshr.com)

2010-11-23 15:26  joshr

	* script/fdbput: note about how this will currently happily insert
	  duplicate files. (joshr:xl7.joshr.com)

2010-11-23 15:45  joshr

	* script/fdbrm: cleanup, use $name instead of $_.
	  (joshr:xl7.joshr.com)

2010-11-23 15:46  joshr

	* lib/DBIx/FileStore.pm: db file name's can't be 0 or ""
	  (joshr:xl7.joshr.com)

2010-11-23 16:47  joshr

	* README: more cleanups and textual clarifications.
	  (joshr:xl7.joshr.com)

2010-11-23 18:49  joshr

	* lib/DBIx/FileStore/ConfigFile.pm: no actual change
	  (joshr:xl7.joshr.com)

2010-11-23 18:50  joshr

	* script/fdbls: use $name instead of $_.  rename gettoshow() to
	  filename_to_show() (joshr:xl7.joshr.com)

2010-11-23 18:50  joshr

	* script/fdbcat: added Usage().  Use $filename instead of $_.
	  (joshr:xl7.joshr.com)

2010-11-23 18:52  joshr

	* lib/DBIx/FileStore.pm: use dbhost from the config file if it's
	  set.	Changes to POD.  more comments about hitting mysql block
	  size limits.	don't read to tempfile in read_from_db(), read
	  directly to destination. (joshr:xl7.joshr.com)

2010-11-23 18:57  joshr

	* lib/DBIx/FileStore.pm: bugfix, renamed function but not its call.
	  (joshr:xl7.joshr.com)

2010-11-23 18:57  joshr

	* script/fdbget: bugfix -  (joshr:xl7.joshr.com)

2010-11-24 13:23  joshr

	* lib/DBIx/FileStore.pm: there is no fdbcp. (joshr:xl7.joshr.com)

2010-11-24 13:28  joshr

	* ChangeLog, Changes: updated (joshr:xl7.joshr.com)

2010-11-24 13:28  joshr

	* lib/DBIx/FileStore.pm: vbump (joshr:xl7.joshr.com)

2010-11-24 15:34  joshr

	* lib/DBIx/FileStore.pm: back to 512K blocks (joshr:xl7.joshr.com)

2010-11-24 15:35  joshr

	* ChangeLog, Changes, lib/DBIx/FileStore.pm: preps for release of
	  0.11. (joshr:xl7.joshr.com)

2010-11-24 15:37  joshr

	* ChangeLog: updates (joshr:xl7.joshr.com)

2010-11-24 15:55  joshr

	* ChangeLog: changes for 0.11 (joshr:xl7.joshr.com)

2010-11-24 16:28  joshr

	* fdb.conf-sample: show how dbhost can be set.
	  (joshr:xl7.joshr.com)

2010-11-28 14:52  joshr

	* lib/DBIx/FileStore.pm: Added and documented
	  $o->print_blocks_from_db_to_filehandle(), $o->rename_file(),	and
	  $o->delete_file().  Documented above. (joshr:xl7.joshr.com)

2010-11-28 14:53  joshr

	* script/: fdbcat, fdbmv, fdbrm: use new methods in DBIx::FileStore
	  instead of accessing the DB inline. (joshr:xl7.joshr.com)

2010-11-28 15:07  joshr

	* lib/DBIx/FileStore.pm: use name_ok() consistently.  Factored out
	  and documented get_all_filenames() and
	  get_filenames_matching_prefix(). (joshr:xl7.joshr.com)

2010-11-28 15:08  joshr

	* script/fdbls: use factored-out methods get_all_filenames() and
	  get_filenames_matching_prefix(). (joshr:xl7.joshr.com)

2010-11-28 15:09  joshr

	* script/: fdbget, fdbmv, fdbput: count on FileStore methods to
	  call name_ok() for us. (joshr:xl7.joshr.com)

2010-11-28 15:11  joshr

	* Changes: updates for 0.12. (joshr:xl7.joshr.com)

2010-11-28 15:27  joshr

	* MANIFEST.SKIP: new

2010-11-28 15:34  joshr

	* t/exes.t: new script to make sure scripts compile

2010-11-28 15:35  joshr

	* t/boilerplate.t: go ahead and expect these to work - don't define
	  'local $TODO'. (joshr:xl7.joshr.com)

2010-11-28 16:15  joshr

	* ChangeLog, Changes: updates (joshr:xl7.joshr.com)

2010-11-28 16:15  joshr

	* lib/DBIx/FileStore.pm: vbump to 0.12 (joshr:xl7.joshr.com)

2010-11-28 16:16  joshr

	* lib/DBIx/FileStore.pm: typo fix (joshr:xl7.joshr.com)

2010-12-12 16:04  joshr

	* t/actualtest.t: new test that actually inserts and tests data in
	  the filestore.

2010-12-12 16:04  joshr

	* t/exes.t: comment updated. (joshr:xl7.joshr.com)

2010-12-12 16:04  joshr

	* MANIFEST, MANIFEST.SKIP: don't distribute the mkmanifest script.
	  (joshr:xl7.joshr.com)

2010-12-12 16:05  joshr

	* README: documentation clarified and re-ordered.
	  (joshr:xl7.joshr.com)

2010-12-12 16:07  joshr

	* lib/DBIx/FileStore.pm: version bump to 0.13. Added uselocks
	  member var, which specs if we use locks or not. Added _lock() and
	  _unlock() methods for this. Documentation reordered, rewritten,
	  and improved. (joshr:xl7.joshr.com)

2010-12-12 16:14  joshr

	* ChangeLog, Changes: updates for version 0.13.
	  (joshr:xl7.joshr.com)

2010-12-12 16:15  joshr

	* ChangeLog: updates for 0.13. (joshr:xl7.joshr.com)

2010-12-12 16:21  joshr

	* RELEASE_CHECKLIST: remove line about updating sman README
	  (joshr:xl7.joshr.com)

2010-12-12 16:49  joshr

	* table-definitions.sql: changed comments, removed lines that drop
	  the existing 'files' and 'fileblocks' tables.
	  (joshr:macpro.joshr.com)

2012-12-23 16:47  joshr

	* .MANIFEST, MANIFEST: 'file moved from MANIFEST to .MANIFEST'

2012-12-23 16:52  joshr

	* Makefile.PL: comment out requirement of DBD::mysql
	  (joshr:xl4.joshr.com)

2012-12-23 16:52  joshr

	* dist.ini: new

2012-12-23 16:53  joshr

	* lib/DBIx/FileStore.pm: bump version to 0.14 (joshr:xl4.joshr.com)

2012-12-23 16:54  joshr

	* .Makefile.PL, Makefile.PL: 'file moved from Makefile.PL to
	  .Makefile.PL'

2012-12-23 17:03  joshr

	* script/: fdbcat, fdbget, fdbls, fdbmv, fdbput, fdbrm, fdbslurp,
	  fdbstat, fdbtidy: change the shbang line to respect the perl
	  first in the PATH. (joshr:xl4.joshr.com)

2012-12-23 17:03  joshr

	* dist.ini: make it work (joshr:xl4.joshr.com)

2012-12-23 17:03  joshr

	* t/actualtest.t: point to actual script locations
	  (joshr:xl4.joshr.com)

2012-12-23 17:06  joshr

	* ChangeLog, Changes, RELEASE_CHECKLIST: updates
	  (joshr:xl4.joshr.com)

2012-12-23 17:06  joshr

	* lib/DBIx/FileStore.pm: version bump (joshr:xl4.joshr.com)

2012-12-23 17:07  joshr

	* ChangeLog: more updates (joshr:xl4.joshr.com)

2012-12-23 17:10  joshr

	* ChangeLog: updates (joshr:xl4.joshr.com)

2012-12-23 17:11  joshr

	* RELEASE_CHECKLIST: mention of release process for dist::zilla
	  (joshr:xl4.joshr.com)

2012-12-23 17:11  joshr

	* RELEASE_CHECKLIST: update (joshr:xl4.joshr.com)

2012-12-23 17:16  joshr

	* Changes, dist.ini, lib/DBIx/FileStore.pm: vbump
	  (joshr:xl4.joshr.com)

2012-12-23 17:18  joshr

	* bin/fdbls, script/fdbls: 'file moved from script/fdbls to
	  bin/fdbls'

2012-12-23 17:18  joshr

	* bin/fdbca, script/fdbcat: 'file moved from script/fdbcat to
	  bin/fdbca'

2012-12-23 17:18  joshr

	* bin/: fdbca, fdbcat: 'file moved from bin/fdbca to bin/fdbcat'

2012-12-23 17:19  joshr

	* bin/fdbget, script/fdbget: 'file moved from script/fdbget to
	  bin/fdbget'

2012-12-23 17:19  joshr

	* bin/fdbmv, script/fdbmv: 'file moved from script/fdbmv to
	  bin/fdbmv'

2012-12-23 17:19  joshr

	* bin/fdbput, script/fdbput: 'file moved from script/fdbput to
	  bin/fdbput'

2012-12-23 17:19  joshr

	* bin/fdbrm, script/fdbrm: 'file moved from script/fdbrm to
	  bin/fdbrm'

2012-12-23 17:19  joshr

	* bin/fdbslurp, script/fdbslurp: 'file moved from script/fdbslurp
	  to bin/fdbslurp'

2012-12-23 17:19  joshr

	* bin/fdbstat, script/fdbstat: 'file moved from script/fdbstat to
	  bin/fdbstat'

2012-12-23 17:19  joshr

	* bin/fdbtidy, script/fdbtidy: 'file moved from script/fdbtidy to
	  bin/fdbtidy'

2012-12-23 17:23  joshr

	* ChangeLog, Changes: updates (joshr:xl4.joshr.com)

2012-12-23 17:24  joshr

	* dist.ini, lib/DBIx/FileStore.pm: vbump (joshr:xl4.joshr.com)

2012-12-23 17:24  joshr

	* t/actualtest.t: reflect location of scripts now
	  (joshr:xl4.joshr.com)

2012-12-23 17:24  joshr

	* t/exes.t: check that we can _find_ the exes (joshr:xl4.joshr.com)

2012-12-23 17:24  joshr

	* t/pod.t: check the pod on the scripts in their new location
	  (joshr:xl4.joshr.com)

2012-12-23 17:33  joshr

	* lib/DBIx/: FileStore.pm, FileStore/ConfigFile.pm,
	  FileStore/UtilityFunctions.pm: update copyright dates
	  (joshr:xl4.joshr.com)

2012-12-23 17:33  joshr

	* ChangeLog, Changes: updates (joshr:xl4.joshr.com)

2012-12-23 17:33  joshr

	* dist.ini: exclude mkmanifest from distro (joshr:xl4.joshr.com)

2012-12-23 17:36  joshr

	* dist.ini, lib/DBIx/FileStore.pm: vbumps (joshr:xl4.joshr.com)

2012-12-23 17:57  joshr

	* t/exes.t: use perl that we were invoked with to test compiling
	  (joshr:xl4.joshr.com)

2012-12-23 17:57  joshr

	* bin/: fdbcat, fdbget, fdbls, fdbmv, fdbput, fdbrm, fdbslurp,
	  fdbstat, fdbtidy: improve POD formatting (joshr:xl4.joshr.com)

2012-12-23 17:57  joshr

	* ChangeLog, Changes, README: updated (joshr:xl4.joshr.com)

2012-12-23 17:58  joshr

	* dist.ini, lib/DBIx/FileStore.pm: vbumps (joshr:xl4.joshr.com)

2012-12-23 18:01  joshr

	* ChangeLog, Changes: updates (joshr:xl4.joshr.com)

2012-12-23 18:06  joshr

	* ChangeLog: update (joshr:xl4.joshr.com)

2012-12-23 23:09  joshr

	* dist.ini: run critic tests (joshr:xl4.joshr.com)

2012-12-23 23:10  joshr

	* lib/DBIx/FileStore/UtilityFunctions.pm: add strictness and
	  warnings (joshr:xl4.joshr.com)

2012-12-23 23:56  joshr

	* lib/DBIx/FileStore.pm: avoid reading files twice during data
	  insert.  check complete content_md5 when reading from database.
	  cleanup. (joshr:xl4.joshr.com)

2012-12-23 23:56  joshr

	* t/00-load.t: add strictness and warnings. (joshr:xl4.joshr.com)

2012-12-23 23:57  joshr

	* dist.ini: vbump, comment changes (joshr:xl4.joshr.com)

2012-12-23 23:57  joshr

	* bin/fdbslurp: added a comment (joshr:xl4.joshr.com)

2012-12-23 23:57  joshr

	* ChangeLog, Changes: updates (joshr:xl4.joshr.com)

2012-12-24 00:00  joshr

	* dist.ini: update (joshr:xl4.joshr.com)

2012-12-24 00:03  joshr

	* ChangeLog: remove tags (joshr:xl4.joshr.com)

2012-12-24 00:36  joshr

	* t/actualtest.t: use same perl we were run with for subtests.
	  (joshr:xl4.joshr.com)

2012-12-24 00:39  joshr

	* lib/DBIx/FileStore.pm: factored up
	  $filestore->_write_from_filehandle_to_db( $fh, $fdbname ).  code
	  cleanup (joshr:xl4.joshr.com)

2012-12-24 00:39  joshr

	* Changes: updates (joshr:xl4.joshr.com)

2012-12-24 00:54  joshr

	* lib/DBIx/FileStore.pm: added -verbose support from command line
	  through DBIx::Filestore->new( verbose=>1 ) (joshr:xl4.joshr.com)

2012-12-24 00:57  joshr

	* lib/DBIx/FileStore.pm: note that fdbslurp is now implemented.
	  (joshr:xl4.joshr.com)

2012-12-24 00:58  joshr

	* bin/fdbslurp: implement fdbslurp, with -v option.  Also update
	  docs. (joshr:xl4.joshr.com)

2012-12-24 00:58  joshr

	* Changes: updates (joshr:xl4.joshr.com)

2012-12-24 00:59  joshr

	* ChangeLog: updated (joshr:xl4.joshr.com)

2012-12-24 01:07  joshr

	* lib/DBIx/FileStore.pm: document write_from_filehandle_to_db() in
	  pod (joshr:xl4.joshr.com)

2012-12-24 01:10  joshr

	* dist.ini: ignore *.old files (joshr:xl4.joshr.com)

2012-12-24 01:10  joshr

	* RELEASE_CHECKLIST: updates for dzil (joshr:xl4.joshr.com)

2012-12-24 01:10  joshr

	* ChangeLog, Changes: updates (joshr:xl4.joshr.com)

2012-12-24 01:11  joshr

	* dist.ini, lib/DBIx/FileStore.pm: vbump (joshr:xl4.joshr.com)

2012-12-24 01:13  joshr

	* Changes: updated (joshr:xl4.joshr.com)

2012-12-27 11:40  joshr

	* ChangeLog, Changes, RELEASE_CHECKLIST, dist.ini,
	  lib/DBIx/FileStore.pm: vbump, require File::Slurp, tiny doc
	  changes. (joshr:xl4.joshr.com)