When I originally started cleaning up MANIFEST and MANIFEST.SKIP, I got caught not knowing MANIFEST was generated...
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.125
diff -u -I$Id: -r1.125 Makefile.PL
--- Makefile.PL 21 Sep 2003 03:05:18 -0000 1.125
+++ Makefile.PL 22 Oct 2003 21:49:32 -0000
@@ -558,7 +558,7 @@
my $self = shift;
my $str = $self->MM::dist_basics;
- $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Ilib $1-MModPerl$2/;
+ $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Ilib -Iblib\/lib $1-MModPerl$2/;
if we use -Ilib, shouldn't this be: -IApache-Test/lib instead of -Iblib? If you go for -Iblib, then there is no need for -Ilib I believe. Moreover if go for blib, just do:
+ $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Mblib $1-MModPerl$2/;
I haven't tested this though.
In any case, I'm not 100% sure that -blib/lib will work on win32.
__________________________________________________________________ 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]
