summaryrefslogtreecommitdiff
path: root/dist/constant/t
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-01-18 21:15:04 -0500
committerJames E Keenan <jkeenan@cpan.org>2013-01-18 21:23:36 -0500
commiteb10a8768b92375bfee6f9ce1b5d4f050b1e3103 (patch)
tree36d6cb10628f43a2810e4090112ec1ee21877929 /dist/constant/t
parentf24e984e6e928b574a66f581ef40c77a8660fe62 (diff)
downloadperl-eb10a8768b92375bfee6f9ce1b5d4f050b1e3103.tar.gz
Remove checks for Perl 5.6; adjust tests; bump version number.
Patch contributed by Sébastien Aperghis-Tramoni For: RT #114770. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch blead # Your branch is ahead of 'origin/blead' by 1 commit. # # Changes to be committed: # (use "git reset HEAD^1 <file>..." to unstage) # # modified: dist/constant/lib/constant.pm # modified: dist/constant/t/constant.t #
Diffstat (limited to 'dist/constant/t')
-rw-r--r--dist/constant/t/constant.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/constant/t/constant.t b/dist/constant/t/constant.t
index 85a9355a19..326268b575 100644
--- a/dist/constant/t/constant.t
+++ b/dist/constant/t/constant.t
@@ -167,7 +167,6 @@ ok $constant::declared{'Other::IN_OTHER_PACK'};
@warnings = ();
eval q{
no warnings;
- #local $^W if $] < 5.006;
use warnings 'constant';
use constant 'BEGIN' => 1 ;
use constant 'INIT' => 1 ;