diff options
author | 2009-10-12 18:10:27 +0000 | |
---|---|---|
committer | 2009-10-12 18:10:27 +0000 | |
commit | 43003dfe3ad45d1698bed8a37f2b0f5b14f20d4f (patch) | |
tree | 1abc677556fd1cb82189030802130c0f670a32d9 /gnu/usr.bin/perl/lib/Test.pm | |
parent | More inodes by default on the ramdisk, because otherwise a many-disk (diff) | |
download | wireguard-openbsd-43003dfe3ad45d1698bed8a37f2b0f5b14f20d4f.tar.xz wireguard-openbsd-43003dfe3ad45d1698bed8a37f2b0f5b14f20d4f.zip |
import perl 5.10.1
Diffstat (limited to 'gnu/usr.bin/perl/lib/Test.pm')
-rw-r--r-- | gnu/usr.bin/perl/lib/Test.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/lib/Test.pm b/gnu/usr.bin/perl/lib/Test.pm index 8c666d6f95b..6ab54ab5601 100644 --- a/gnu/usr.bin/perl/lib/Test.pm +++ b/gnu/usr.bin/perl/lib/Test.pm @@ -1,7 +1,6 @@ require 5.004; package Test; -# Time-stamp: "2004-04-28 21:46:51 ADT" use strict; @@ -21,7 +20,7 @@ sub _reset_globals { $planned = 0; } -$VERSION = '1.25'; +$VERSION = '1.25_02'; require Exporter; @ISA=('Exporter'); @@ -937,13 +936,13 @@ L<Test::Inline> and L<SelfTest> let you embed tests in code. =head1 AUTHOR -Copyright (c) 1998-2000 Joshua Nathaniel Pritikin. All rights reserved. +Copyright (c) 1998-2000 Joshua Nathaniel Pritikin. Copyright (c) 2001-2002 Michael G. Schwern. -Copyright (c) 2002-2004 and counting Sean M. Burke. +Copyright (c) 2002-2004 Sean M. Burke. -Current maintainer: Sean M. Burke. E<lt>sburke@cpan.orgE<gt> +Current maintainer: Jesse Vincent. E<lt>jesse@bestpractical.comE<gt> This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified |