Apache2.pm doesn't have a version number, so I worked around it:
http://search.cpan.org/src/LBROCARD/OpenFrame-Segment-Apache2-1.00/Makefile.PL

But to be honest, I don't see why it doesn't. Here's a trivial patch
to open up discusssion ;-)

Leon
-- 
Leon Brocard.............................http://www.astray.com/
scribot.................................http://www.scribot.com/

... What if there were no hypothetical questions?
Index: lib/Apache2.pm
===================================================================
RCS file: /home/cvspublic/modperl-2.0/lib/Apache2.pm,v
retrieving revision 1.1
diff -u -r1.1 Apache2.pm
--- lib/Apache2.pm      6 Apr 2002 01:42:52 -0000       1.1
+++ lib/Apache2.pm      31 Dec 2002 11:33:12 -0000
@@ -1,6 +1,7 @@
 package Apache2;
 
 BEGIN {
+    our $VERSION = "1.9908";
     my @dirs = ();
 
     for my $path (@INC) {

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to