Randy Kobes wrote:
Hi,
   In building the cvs mp2, Win32 picks up some CVS
directories in, eg, glue_pod. This diff:
=====================================================
Index: BuildMM.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/BuildMM.pm,v
retrieving revision 1.11
diff -u -r1.11 BuildMM.pm
--- BuildMM.pm  21 May 2003 06:47:45 -0000      1.11
+++ BuildMM.pm  10 Sep 2003 05:24:50 -0000
@@ -254,7 +254,7 @@
     }

     return '' if $path =~ m/\.(pl|cvsignore)$/;
-    return '' if $path =~ m:\bCVS/:;
+    return '' if ($path =~ m:\bCVS: and -d $path);
     return '' if $path =~ m/~$/;

     $path;
=========================================================
excludes them (I guess the problem on Win32 is that the
trailing '/' isn't included for directories).

Randy, I don't understand what it has to do with 'glue_pods', which is just a file.



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to