You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/06/11 19:14:33 UTC

cvs commit: modperl/lib mod_perl.pm

dougm       99/06/11 10:14:32

  Modified:    .        Changes Makefile.PL
               lib      mod_perl.pm
  Log:
  ready to roll..
  
  Revision  Changes    Path
  1.309     +1 -1      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.308
  retrieving revision 1.309
  diff -u -r1.308 -r1.309
  --- Changes	1999/06/11 16:53:43	1.308
  +++ Changes	1999/06/11 17:14:26	1.309
  @@ -6,7 +6,7 @@
   
   =over 3
   
  -=item 1.19_01-dev
  +=item 1.20 - June 11, 1999
   
   turn off warnings in Apache::Status::as_HTML symdump code
   [Geoffrey Young <yo...@acwilm.com>, Tim Bunce <Ti...@ig.co.uk>]
  
  
  
  1.129     +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- Makefile.PL	1999/06/11 05:25:48	1.128
  +++ Makefile.PL	1999/06/11 17:14:27	1.129
  @@ -1389,7 +1389,7 @@
   
   cvs_tag :
   	cvs -d $(CVSROOT) tag v$(VERSION_SYM) modperl
  -	@echo update mod_perl.pm's VERSION now
  +	@echo update mod_perl.pm VERSION now
   
   EOF
   }
  
  
  
  1.33      +1 -1      modperl/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/lib/mod_perl.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- mod_perl.pm	1999/04/07 15:41:23	1.32
  +++ mod_perl.pm	1999/06/11 17:14:31	1.33
  @@ -4,7 +4,7 @@
   use DynaLoader ();
   
   BEGIN {
  -    $mod_perl::VERSION = "1.1901";
  +    $mod_perl::VERSION = "1.20";
   }
   
   sub boot {