summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/t/bugs.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Data-Dumper/t/bugs.t')
-rw-r--r--dist/Data-Dumper/t/bugs.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/Data-Dumper/t/bugs.t b/dist/Data-Dumper/t/bugs.t
index 5db82dad32..e1e1eabe75 100644
--- a/dist/Data-Dumper/t/bugs.t
+++ b/dist/Data-Dumper/t/bugs.t
@@ -2,8 +2,12 @@
#
# regression tests for old bugs that do not fit other categories
+use strict;
+use warnings;
+
+use Config;
+
BEGIN {
- require Config; import Config;
no warnings 'once';
if ($Config{'extensions'} !~ /\bData\/Dumper\b/) {
print "1..0 # Skip: Data::Dumper was not built\n";
@@ -11,7 +15,6 @@ BEGIN {
}
}
-use strict;
use Test::More tests => 24;
use Data::Dumper;