Philippe M. Chiasson wrote:
From what I've read on the p5p archives, shouldn't this work like we
want it to?
Index: META.yml
===================================================================
RCS file: META.yml
diff -N META.yml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ META.yml 21 Oct 2003 23:14:08 -0000
@@ -0,0 +1,11 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
+name: mod_perl
+version: 1.99_11-dev
eh, that's not fun. hardcoded version number? what's version_from in then for?
+version_from: lib/mod_perl.pm
+installdirs: site
+requires:
+private:
+ directory:
+ - Apache::Test
that should be Apache-Test
+distribution_type: module
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 21 Oct 2003 23:14:08 -0000
@@ -62,6 +62,7 @@
ModPerl::BuildMM::WriteMakefile(
NAME => 'mod_perl',
VERSION => $VERSION,
+ NO_META => 1,
EXE_FILES => \@exe_files,
DEFINE => get_DEFINE(),
macro => {
the rest looks good.
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
|