From: Rob Kinyon Date: Fri, 8 Jan 2010 01:02:38 +0000 (-0500) Subject: Fixed bug in Build.PL and pre-seeded expected activity for this release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09e1cfab5b52a1e1dc50ee539c854b7bc099ef3f;p=dbsrgits%2FDBM-Deep.git Fixed bug in Build.PL and pre-seeded expected activity for this release --- diff --git a/Build.PL b/Build.PL index b02ca6b..3df9405 100644 --- a/Build.PL +++ b/Build.PL @@ -17,6 +17,8 @@ sub ACTION_test { foreach my $name ( qw( LONG_TESTS TEST_SQLITE ) ) { $ENV{$name} = 1 if $self->notes( $name ); } + + $self->SUPER::ACTION_test( @_ ); } SUBCLASS diff --git a/Changes b/Changes index 606adb0..e23ae4f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for DBM::Deep. +1.0019_003 Jan XX XX:XX:00 2010 EST + (This is the third developer release for 1.0020.) + (This version is compatible with 1.0014) + - Fixed problem where "./Build test" wouldn't actually -do- anything. + - (No-one apparently tried to install this till Steven Lembark. Thanks!) + - Fixed speed regression with keys in the File backend. + - Introduced in 1.0019_002 to fix #50541 + 1.0019_002 Jan 05 22:30:00 2010 EST (This is the second developer release for 1.0020.) (This version is compatible with 1.0014)