I need my cofee before sending small patches ;-)
Here is a revised small-patch:
+1
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 16:50:54 -0000
@@ -62,6 +62,7 @@
ModPerl::BuildMM::WriteMakefile(
NAME => 'mod_perl',
VERSION => $VERSION,
+ NO_META => 1,
EXE_FILES => [EMAIL PROTECTED],
DEFINE => get_DEFINE(),
macro => {
Index: META.yml
===================================================================
RCS file: META.yml
diff -N META.yml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ META.yml 22 Oct 2003 16:50:54 -0000
@@ -0,0 +1,7 @@
+name: mod_perl
+version_from: lib/mod_perl.pm
+installdirs: site
+private:
+ directory:
+ - Apache-Test
+distribution_type: module
__________________________________________________________________ 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]
