Apply some changes
[dbsrgits/DBM-Deep.git] / Build.PL
index b02ca6b..758f756 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-use Module::Build;
+use Module::Build 0.28; # for prepare_metadata
 
 use strict;
 use warnings FATAL => 'all';
@@ -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