diff options
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/RefHash.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Tie/RefHash.t b/lib/Tie/RefHash.t index 55fde141a0..a855446f27 100644 --- a/lib/Tie/RefHash.t +++ b/lib/Tie/RefHash.t @@ -13,6 +13,11 @@ BEGIN { chdir 't' if -d 't'; @INC = '.'; push @INC, '../lib'; + require Config; + if (($Config::Config{'extensions'} !~ /\bData::Dumper\b/) ){ + print "1..0 # Skip -- Perl configured without Data::Dumper module\n"; + exit 0; + } } use strict; |