diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-02-03 22:54:41 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-03 23:11:08 -0800 |
commit | 2349afb83e6e66ff2f686fcb3e0ec67a51684811 (patch) | |
tree | c9ab228ea6f8f97664f85cfaebc05c90a10f3607 /dist/Data-Dumper/t | |
parent | c7b471646052d1b08a60bd3f2283483be3126b58 (diff) | |
download | perl-2349afb83e6e66ff2f686fcb3e0ec67a51684811.tar.gz |
Data::Dumper/qr.t: This test is not strict-safe
Diffstat (limited to 'dist/Data-Dumper/t')
-rw-r--r-- | dist/Data-Dumper/t/qr.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Data-Dumper/t/qr.t b/dist/Data-Dumper/t/qr.t index 0c9fcf39d6..668bc82ace 100644 --- a/dist/Data-Dumper/t/qr.t +++ b/dist/Data-Dumper/t/qr.t @@ -9,7 +9,6 @@ BEGIN { } } -use strict; use Test::More tests => 2; use Data::Dumper; |