Fixed bug in Build.PL and pre-seeded expected activity for this release
Rob Kinyon [Fri, 8 Jan 2010 01:02:38 +0000 (20:02 -0500)]
Build.PL
Changes

index b02ca6b..3df9405 100644 (file)
--- 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 (file)
--- 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)