foreach my $name ( qw( LONG_TESTS TEST_SQLITE ) ) {
$ENV{$name} = 1 if $self->notes( $name );
}
+
+ $self->SUPER::ACTION_test( @_ );
}
SUBCLASS
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)