From: Jesse Vincent Date: Mon, 8 Jun 2009 17:56:06 +0000 (+0200) Subject: Update Test.pm to CPAN's 1.25_02. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e6b08e459f07177fcae5d091acb96efb996d8ff;p=p5sagit%2Fp5-mst-13.2.git Update Test.pm to CPAN's 1.25_02. --- diff --git a/lib/Test.pm b/lib/Test.pm index 8c666d6..675385b 100644 --- a/lib/Test.pm +++ b/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 and L 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. Esburke@cpan.orgE +Current maintainer: Jesse Vincent. Ejesse@bestpractical.comE This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified