[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-cvs
Subject:    svn commit: r161795 - in perl/modperl/trunk: Changes lib/ModPerl/BuildMM.pm
From:       stas () apache ! org
Date:       2005-04-18 20:21:50
Message-ID: 20050418202150.30891.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: stas
Date: Mon Apr 18 13:21:49 2005
New Revision: 161795

URL: http://svn.apache.org/viewcvs?view=rev&rev=161795
Log:
fix the generation of the manpages for .pm files from sub-projects
like ModPerl-Registry (previously was creating manpage files like
.::ModPerl::PerlRun.3)

Modified:
    perl/modperl/trunk/Changes
    perl/modperl/trunk/lib/ModPerl/BuildMM.pm

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=diff&r1=161794&r2=161795
 ==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Mon Apr 18 13:21:49 2005
@@ -12,6 +12,10 @@
 
 =item 1.999_23-dev
 
+fix the generation of the manpages for .pm files from sub-projects
+like ModPerl-Registry (previously was creating manpage files like
+.::ModPerl::PerlRun.3) [Stas]
+
 fix the pod2man'ification part of 'make install' (using POD2MAN_EXE
 instead of POD2MAN Makefile macro) [Stas]
 

Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/BuildMM.pm?view=diff&r1=161794&r2=161795
 ==============================================================================
--- perl/modperl/trunk/lib/ModPerl/BuildMM.pm (original)
+++ perl/modperl/trunk/lib/ModPerl/BuildMM.pm Mon Apr 18 13:21:49 2005
@@ -234,6 +234,8 @@
         }
 
         while (my($pm, $blib) = each %pms) {
+            $pm   =~ s|/\./|/|g; # clean the path
+            $blib =~ s|/\./|/|g; # clean the path
             my @segm = splitdir $blib;
             for my $i (1..2) {
                 # try APR.pm and APR/Bucket.pm


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic