diff options
author | 2013-03-25 20:06:16 +0000 | |
---|---|---|
committer | 2013-03-25 20:06:16 +0000 | |
commit | 898184e3e61f9129feb5978fad5a8c6865f00b92 (patch) | |
tree | 56f32aefc1eed60b534611007c7856f82697a205 /gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t | |
parent | PGSHIFT -> PAGE_SHIFT (diff) | |
download | wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.tar.xz wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.zip |
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t')
-rwxr-xr-x | gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t b/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t index 0aaed74be09..228b31d7bdb 100755 --- a/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t +++ b/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t @@ -17,6 +17,7 @@ use Test::More 'no_plan'; { my @Map = ( # module flag diagnostic [q|Must::Be::Loaded|, 1, 'module'], + [q|::Must::Be::Loaded|, 1, 'module'], [q|LoadMe.pl|, 0, 'file' ], [q|LoadIt|, 1, 'ambiguous module' ], [q|ToBeLoaded|, 0, 'ambiguous file' ], |