diff options
author | 2011-01-07 12:19:31 +0000 | |
---|---|---|
committer | 2011-01-07 12:19:31 +0000 | |
commit | 65d9bffce9934979d21d81c96aea63b9718df49e (patch) | |
tree | 73516c5e8e4a22ba9e8395030fff3ae57cd89fef /gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm | |
parent | tweak previous; ok deraadt (diff) | |
download | wireguard-openbsd-65d9bffce9934979d21d81c96aea63b9718df49e.tar.xz wireguard-openbsd-65d9bffce9934979d21d81c96aea63b9718df49e.zip |
- Update Test::Simple to 0.96
from Abel Abraham Camarillo Ojeda
ok espie@ 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 4f7d1aa7db7..800c058e0d2 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.94'; +our $VERSION = '0.96'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) @@ -52,7 +52,7 @@ for you. =head3 import Test::Builder::Module provides an import() method which acts in the -same basic way as Test::More's, setting the plan and controling +same basic way as Test::More's, setting the plan and controlling exporting of functions and variables. This allows your module to set the plan independent of Test::More. |