stas 2003/07/14 08:08:40
Modified: perl-framework/Apache-Test/lib/Bundle ApacheTest.pm Log: missing ; Submitted by: Doug Wyatt <[EMAIL PROTECTED]> Revision Changes Path 1.3 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Bundle/ApacheTest.pm Index: ApacheTest.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Bundle/ApacheTest.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ApacheTest.pm 6 Mar 2003 15:10:44 -0000 1.2 +++ ApacheTest.pm 14 Jul 2003 15:08:40 -0000 1.3 @@ -1,6 +1,6 @@ package Bundle::ApacheTest; -$VERSION = '0.01' +$VERSION = '0.01'; 1;
