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

List:       bricolage-commits
Subject:    [Bricolage-Commits] Fix for Bug # 225.
From:       David Wheeler <wheeler () users ! sourceforge ! net>
Date:       2002-08-29 19:25:24
[Download RAW message or body]

Log Message:
-----------
Fix for Bug # 225. All .pod files will now be properly installed again.

Modified Files:
--------------
    /cvsroot/bricolage/bricolage/lib:
        Makefile.PL
    /cvsroot/bricolage/bricolage/lib/Bric:
        Changes.pod
["wheeler-2002829192524-diff.txt" (wheeler-2002829192524-diff.txt)]

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/bricolage/bricolage/lib/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- Makefile.PL	29 Aug 2002 02:54:01 -0000	1.10
+++ Makefile.PL	29 Aug 2002 19:25:21 -0000	1.11
@@ -7,7 +7,7 @@
 our $CONFIG = {};
 eval { require "../config.db" };
 
-# find all .pm and .pod files below this directory. I assume that, once we get
+# Find all .pm and .pod files below this directory. I assume that, once we get
 # rid of all the .pl files, this will no longer be necessary? Because
 # MakeMaker will find all the .pm files on its own. Is this correct?
 my %PM;
@@ -18,9 +18,7 @@
           # This strips off the './' nonsense from the beginning of
           # each file name. Required for MakeMaker changes in Perl 5.8.0.
           $_ = File::Spec->canonpath($_);
-          $PM{$_} = File::Spec->catfile('${INST_LIB}', $_)
-            unless /\.pod$/;
-          # Um, so, are we ignoring .pod files after all?
+          $PM{$_} = File::Spec->catfile('${INST_LIB}', $_);
       }},
      File::Spec->curdir);
 
Index: Changes.pod
===================================================================
RCS file: /cvsroot/bricolage/bricolage/lib/Bric/Changes.pod,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -w -d -r1.150 -r1.151
--- Changes.pod	29 Aug 2002 19:09:05 -0000	1.150
+++ Changes.pod	29 Aug 2002 19:25:21 -0000	1.151
@@ -73,6 +73,11 @@
 Fetching objects from Bric::Biz::Asset::Business::Media has been optimized for
 greater speed.. [JoE<atilde>o Pedro]
 
+=item *
+
+All Bricolage F<.pod> files are now installed and converted to C<man> pages
+along with all of the F<.pm> files. [David]
+
 =back
 
 =head1 VERSION 1.3.3
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-Commits mailing list
Bricolage-Commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-commits

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

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