You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2001/12/25 13:44:49 UTC

cvs commit: modperl-docs/src/docs/2.0/api/mod_perl-2.0 Makefile.PL

stas        01/12/25 04:44:49

  Modified:    .        Makefile.PL
               src/docs/2.0/api/mod_perl-2.0 Makefile.PL
  Log:
  - api docs location's path change adjustments s|docs/src/api|docs/api|
  
  Revision  Changes    Path
  1.56      +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Makefile.PL	2001/12/10 06:29:27	1.55
  +++ Makefile.PL	2001/12/25 12:44:49	1.56
  @@ -32,7 +32,7 @@
   #NMAKE : fatal error U1077: 'cd' : return code '0x2'
   #Stop.
   my @remote_makefile_dirs = Apache::Build::is_win32() ? () :
  -                           qw(docs/src/api/mod_perl-2.0);
  +                           qw(docs/api/mod_perl-2.0);
   
   my @scripts = qw(t/TEST t/SMOKE);
   configure();
  
  
  
  1.2       +3 -3      modperl-docs/src/docs/2.0/api/mod_perl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/mod_perl-2.0/Makefile.PL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.PL	2001/10/04 10:53:20	1.1
  +++ Makefile.PL	2001/12/25 12:44:49	1.2
  @@ -6,7 +6,7 @@
   
   use ExtUtils::MakeMaker;
   
  -my $rel_path = File::Spec->catfile(('..') x 4);
  +my $rel_path = File::Spec->catfile(('..') x 3);
   
   WriteMakefile(
       NAME         => 'API',
  @@ -22,8 +22,8 @@
   
   package MY;
   
  -# when called from top mod_perl dir, it gets ../blib for all pathes,
  -# so we want to point it back to the top blib.
  +# when called from top mod_perl dir, it gets ../blib for all paths, so
  +# we want to point it back to the top blib dir.
   sub MY::constants {
       my $self = shift;
       for (grep /^INST_/, keys %{ $self } ) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org