diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-05 10:10:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-05 10:10:33 +0000 |
commit | 584420f022db57225e9644b9c6668ff9f567984a (patch) | |
tree | ad999faf594f41896ebbadd32b3511daf1be91e6 /t/op/attrs.t | |
parent | f58cd3869828b0993f2ad27e1061f23f4c1959bb (diff) | |
download | perl-584420f022db57225e9644b9c6668ff9f567984a.tar.gz |
Remove support for assertions and -A
p4raw-id: //depot/perl@31333
Diffstat (limited to 't/op/attrs.t')
-rw-r--r-- | t/op/attrs.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/attrs.t b/t/op/attrs.t index 7b20210bcd..04e4517520 100644 --- a/t/op/attrs.t +++ b/t/op/attrs.t @@ -159,7 +159,6 @@ like $@, qr/Can't declare scalar dereference in "my"/; my @code = qw(lvalue locked method); -unshift @code, 'assertion' if $] >= 5.009; my @other = qw(shared unique); my %valid; $valid{CODE} = {map {$_ => 1} @code}; |