stas 2003/04/29 17:47:49
Modified: perl-framework/Apache-Test/lib/Apache Test5005compat.pm
perl-framework/Apache-Test Changes
Log:
set $Apache::Test5005compat::VERSION because of the bogus warnings
generated by EU::MM::parse_version() when it sees
$NOT_THIS_MODULE::VERSION
Submitted by: Randal L. Schwartz <[email protected]>
Revision Changes Path
1.5 +2 -0
httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm
Index: Test5005compat.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test5005compat.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Test5005compat.pm 24 Jan 2002 10:02:04 -0000 1.4
+++ Test5005compat.pm 30 Apr 2003 00:47:48 -0000 1.5
@@ -5,6 +5,8 @@
use File::Basename;
use File::Path;
+$Apache::Test5005compat::VERSION = '0.01';
+
my %compat_files = (
'lib/warnings.pm' => \&warnings_pm,
);
1.13 +6 -1 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Changes 29 Apr 2003 06:37:47 -0000 1.12
+++ Changes 30 Apr 2003 00:47:48 -0000 1.13
@@ -8,7 +8,12 @@
=item 1.01-dev
-a few fixes in Makefile.PL and t/TEST.PL to work with perl-5.005_03 [Stas]
+set $Apache::Test5005compat::VERSION because of the bogus warnings
+generated by EU::MM::parse_version() when it sees
+$NOT_THIS_MODULE::VERSION [Randal L. Schwartz <[email protected]>]
+
+a few fixes in Makefile.PL and t/TEST.PL to work with perl-5.005_03
+[Stas]
perlpods are found either in the 'pods/' or 'pod/' subdirs [Randal
L. Schwartz <[email protected]>]