cvs commit: modperl-2.0 Changes

2002-09-27 Thread dougm

dougm   2002/09/27 08:11:21

  Modified:.Changes
  Log:
  1.99_06 release
  
  Revision  ChangesPath
  1.46  +1 -1  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Changes   16 Sep 2002 19:14:16 -  1.45
  +++ Changes   27 Sep 2002 15:11:21 -  1.46
  @@ -8,7 +8,7 @@
   
   =over 3
   
  -=item 1.99_06-dev
  +=item 1.99_06 - September 25, 2002
   
   add support for pod directives (=pod,=back,=cut) and __END__ directive
   [Philippe M. Chiasson [EMAIL PROTECTED]]
  
  
  



cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm

dougm   2002/09/27 08:18:37

  Modified:.Changes
   lib  mod_perl.pm
  Log:
  bump version
  
  Revision  ChangesPath
  1.47  +2 -0  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Changes   27 Sep 2002 15:11:21 -  1.46
  +++ Changes   27 Sep 2002 15:18:37 -  1.47
   -8,6 +8,8 
   
   =over 3
   
  +=item 1.99_97-dev
  +
   =item 1.99_06 - September 25, 2002
   
   add support for pod directives (=pod,=back,=cut) and __END__ directive
  
  
  
  1.7   +1 -1  modperl-2.0/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===
  RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_perl.pm   20 Aug 2002 16:49:12 -  1.6
  +++ mod_perl.pm   27 Sep 2002 15:18:37 -  1.7
   -4,7 +4,7 
   use strict;
   
   BEGIN {
  -our $VERSION = 1.9906;
  +our $VERSION = 1.9907;
   }
   
   1;
  
  
  



cvs commit: modperl-2.0/t/response/TestDirective pod.pm

2002-09-27 Thread dougm

dougm   2002/09/27 12:33:33

  Modified:.Changes
   lib/ModPerl TestRun.pm
   t/response/TestDirective pod.pm
  Log:
  Submitted by: gozer
  Reviewed by:  dougm
  fix =pod directive test config problem
  
  Revision  ChangesPath
  1.48  +4 -1  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- Changes   27 Sep 2002 15:18:37 -  1.47
  +++ Changes   27 Sep 2002 19:33:32 -  1.48
  @@ -8,7 +8,10 @@
   
   =over 3
   
  -=item 1.99_97-dev
  +=item 1.99_07 - September 25, 2002
  +
  +fix =pod directive test config problem
  +[Philippe M. Chiasson [EMAIL PROTECTED]]
   
   =item 1.99_06 - September 25, 2002
   
  
  
  
  1.4   +13 -0 modperl-2.0/lib/ModPerl/TestRun.pm
  
  Index: TestRun.pm
  ===
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/TestRun.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestRun.pm27 Aug 2002 04:31:55 -  1.3
  +++ TestRun.pm27 Sep 2002 19:33:32 -  1.4
  @@ -47,6 +47,19 @@
   MyOtherTest value
   /Location
   EOF
  +
  +#XXX: this should only be done for the modperl-2.0 tests
  +$self-postamble('EOF');
  +=pod
  +This is some pod data
  +=over apache
  +PerlSetVar TestDirective__pod_over_worked yes
  +=back
  +This is some more pod
  +=cut
  +PerlSetVar TestDirective__pod_cut_worked yes
  +EOF
  +
   }
   
   1;
  
  
  
  1.2   +0 -13 modperl-2.0/t/response/TestDirective/pod.pm
  
  Index: pod.pm
  ===
  RCS file: /home/cvs/modperl-2.0/t/response/TestDirective/pod.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pod.pm17 Sep 2002 02:37:44 -  1.1
  +++ pod.pm27 Sep 2002 19:33:32 -  1.2
  @@ -22,16 +22,3 @@
   }
   
   1;
  -__END__
  -=pod
  -This is some pod data
  -
  -=over apache
  -PerlSetVar TestDirective__pod_over_worked yes
  -=back
  -
  -This is some more pod
  -
  -=cut
  -
  -PerlSetVar TestDirective__pod_cut_worked yes
  
  
  



cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm

dougm   2002/09/27 12:41:51

  Modified:.Changes
   lib  mod_perl.pm
  Log:
  bump version
  
  Revision  ChangesPath
  1.49  +2 -0  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- Changes   27 Sep 2002 19:33:32 -  1.48
  +++ Changes   27 Sep 2002 19:41:50 -  1.49
   -8,6 +8,8 
   
   =over 3
   
  +=item 1.99_08-dev
  +
   =item 1.99_07 - September 25, 2002
   
   fix =pod directive test config problem
  
  
  
  1.8   +1 -1  modperl-2.0/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===
  RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_perl.pm   27 Sep 2002 15:18:37 -  1.7
  +++ mod_perl.pm   27 Sep 2002 19:41:51 -  1.8
   -4,7 +4,7 
   use strict;
   
   BEGIN {
  -our $VERSION = 1.9907;
  +our $VERSION = 1.9908;
   }
   
   1;