This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/sub.t: Suppress warnings properly
authorFather Chrysostomos <sprout@cpan.org>
Wed, 20 Nov 2013 14:03:09 +0000 (06:03 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 20 Nov 2013 16:28:39 +0000 (08:28 -0800)
commita28a9f6b5e7bc5b99ccf76af959f73ce499cc981
tree080473e8dd3bbcac99dc61ae0a11b0bf16ea5df8
parent1fe654c9fb8759bdb5a058bec031e50f5b694ac9
t/op/sub.t: Suppress warnings properly

We enable lexical warnings further up in the file, so $^W won’t do
anything to suppress the warnings from the glob assignment, only
those from XSLoader.
t/op/sub.t