diff options
author | 2011-04-18 17:48:24 +0000 | |
---|---|---|
committer | 2011-04-18 17:48:24 +0000 | |
commit | 6eddea873ef881bac75a4ff2fa436d1adb672266 (patch) | |
tree | 25c8f2d40e18f549971dcc4c3968bd566811be8f /gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm | |
parent | Deprecate vnds in favour of svnds. (diff) | |
download | wireguard-openbsd-6eddea873ef881bac75a4ff2fa436d1adb672266.tar.xz wireguard-openbsd-6eddea873ef881bac75a4ff2fa436d1adb672266.zip |
Update Test::Simple to 0.98
ok millert@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm')
-rw-r--r-- | gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm b/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm index 800c058e0d2..12a1e61bc2e 100644 --- a/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm +++ b/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm @@ -7,7 +7,7 @@ use Test::Builder; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '0.96'; +our $VERSION = '0.98'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) @@ -58,7 +58,7 @@ the plan independent of Test::More. All arguments passed to import() are passed onto C<< Your::Module->builder->plan() >> with the exception of -C<import =>[qw(things to import)]>. +C<< import =>[qw(things to import)] >>. use Your::Module import => [qw(this that)], tests => 23; |