DBIx-Squirrel
view release on metacpan or search on metacpan
- General code improvements.
- Removed unnecessary imports.
- Removed call to no longer extant iterator method from
&DBIx::Squirrel::it::DESTROY.
- Added the âcount_allâ method back into the iterator class, as well
as ensuring that âcountâ does not affect a future call to ânextâ.
- Addressed build failures revealed by the CPAN Testers Matrix:
- Rewrote &DBIx::Squirrel::util::callbacks_args - failed on Perl
versions <= 5.18.4;
- Back to using âstrictâ and âwarningsâ - Modern::Perl having some
issues with a bundle âallâ in Perl versions <= 5.14.4.
- Perls versions <= 5.13 do not support ${^GLOBAL_PHASE}, so used
Devel::GlobalDestruction to work around the issue.
- Testing under Perls <= 5.13 seems to require âdone_testing()â
for each sub-test, as well as at the end of the test script.
- Testing under Perls <= 5.11 does not support sub-test. I can
live without them, so have refactored the tests not to use them.
Tests pass under Perl 5.10!
- The seemingly bottomless pit of joy that is documentation updates.
I'm pushing this out, knowing that there are gaps in the POD that
( run in 0.595 second using v1.01-cache-2.11-cpan-4d50c553e7e )