! Need to add a test for removal of code ! Consider adding the DSN as __FILE__ 0.09 2025-04-16 * Fix for Perl 5.42 not supporting the apostrophe as package separator anymore * No code changes, no need to upgrade 0.08 2014-09-24 * Changed Everything website (RT #39669), noted by DUNCAND * Fix for Perl 5.21.4 0.07 2008-09-28 * Added DBIx/VersionedSubs/Hash.pm * More tests for ::Hash 0.06 2007-08-19 * Documentation updates * t/99-versions.t needs File::Slurp * No code changes, no upgrade neccessary 0.05 2007-05-13 * The code now gets put not only into the right package but it also gets compiled with the right package, so BEGIN{...} blocks can be used to declare variables. * Added tests for syntax errors in blocks * Added tests for strict errors in blocks * Added tests for __PACKAGE__ 0.04 2006-08-06 * ::AutoLoad didn't remove subroutines that had expired. This bug remains open but there is a workaround in place which replaces changed subs with code that re-fires AUTOLOAD. 0.03 2006-08-04 * Added AutoLoad.pm which does lazy loading of code instead of loading all of the code all of the time * Added tests for AutoLoad.pm which ensure that the behaviour is identical across the two versions except where it isn't. 0.02 2006-07-26 * Added SEE ALSO and ALTERNATIVE NAMES sections, credited Tye for the name * Added missing prerequisites for the examples * No functional changes in the main code * Added more pod discussing the database tables 0.01 2006-07-26 * Released on the unsuspecting world