diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-01-10 14:56:23 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-11 13:21:59 +0000 |
commit | a9153838573937ae6673c59472b70743ddaf741a (patch) | |
tree | 6882a3fbb7746a71c3ef4ab402d7bd4e89b0e2f9 /lib/Test/Simple.pm | |
parent | 64aa0685a40fd2a9d443256e8bbb212e76a0828e (diff) | |
download | perl-a9153838573937ae6673c59472b70743ddaf741a.tar.gz |
Test::Simple/More/Builder/Tutorial 0.41
Message-ID: <20020111005623.GA13192@blackrider>
p4raw-id: //depot/perl@14178
Diffstat (limited to 'lib/Test/Simple.pm')
-rw-r--r-- | lib/Test/Simple.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index 6d0a0a0fc6..339d0856df 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -4,7 +4,7 @@ use 5.004; use strict 'vars'; use vars qw($VERSION); -$VERSION = '0.33'; +$VERSION = '0.41'; use Test::Builder; @@ -227,7 +227,7 @@ Copyright 2001 by Michael G Schwern E<lt>schwern@pobox.comE<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -See L<http://www.perl.com/perl/misc/Artistic.html> +See F<http://www.perl.com/perl/misc/Artistic.html> =cut |