summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2011-04-18 17:48:24 +0000
committerjasper <jasper@openbsd.org>2011-04-18 17:48:24 +0000
commit6eddea873ef881bac75a4ff2fa436d1adb672266 (patch)
tree25c8f2d40e18f549971dcc4c3968bd566811be8f /gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm
parentDeprecate vnds in favour of svnds. (diff)
downloadwireguard-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.pm4
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;