Integrate version.pm-0.77 into bleadperl
[p5sagit/p5-mst-13.2.git] / lib / Test.pm
index f2cddc0..6ab54ab 100644 (file)
@@ -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');
 
@@ -708,7 +707,7 @@ sub skip ($;$$$) {
         ++ $ntest;
         return 1;
     } else {
-        # backwards compatiblity (I think).  skip() used to be
+        # backwards compatibility (I think).  skip() used to be
         # called like ok(), which is weird.  I haven't decided what to do with
         # this yet.
 #        warn <<WARN if $^W;
@@ -919,7 +918,7 @@ that there are already more ambitious modules out there, such as
 L<Test::More> and L<Test::Unit>.
 
 Some earlier versions of this module had docs with some confusing
-typoes in the description of C<skip(...)>.
+typos in the description of C<skip(...)>.
 
 
 =head1 SEE ALSO
@@ -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