As far as I know, the CPAN indexer now supports the no_index META.yml field proprely, so I think maintaining our own META.yml from now on is in order.
Index: .cvsignore =================================================================== RCS file: /home/cvs/modperl-2.0/.cvsignore,v retrieving revision 1.10 diff -u -I$Id -r1.10 .cvsignore --- .cvsignore 23 Dec 2003 04:26:08 -0000 1.10 +++ .cvsignore 28 Jun 2004 21:59:22 -0000 @@ -9,5 +9,4 @@ MANIFEST glue_pods .mypacklist -META.yml
Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.392 diff -u -I$Id -r1.392 Changes --- Changes 27 Jun 2004 21:26:45 -0000 1.392 +++ Changes 28 Jun 2004 21:59:22 -0000 @@ -12,6 +12,9 @@
=item 1.99_15-dev
+META.yml is now included and marks Apache-Test as a private resource +for CPAN and friends [Gozer] + Registry: remove the misleading prefix "$$: $class:" in the logged error message, since not only registry errors will get logged if $@ is set [Stas] Index: META.yml =================================================================== RCS file: META.yml diff -N META.yml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ META.yml 28 Jun 2004 21:59:22 -0000 @@ -0,0 +1,12 @@ +--- #YAML:1.0 +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: mod_perl +version_from: lib/mod_perl.pm +installdirs: site +license: asf +distribution_type: module + +no_index: + directory: + - Apache-Test Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl-2.0/Makefile.PL,v retrieving revision 1.140 diff -u -I$Id -r1.140 Makefile.PL --- Makefile.PL 27 Jun 2004 23:41:06 -0000 1.140 +++ Makefile.PL 28 Jun 2004 21:59:22 -0000 @@ -68,6 +68,7 @@ ABSTRACT_FROM => 'lib/mod_perl.pm', EXE_FILES => [EMAIL PROTECTED], DEFINE => get_DEFINE(), + NO_META => 1, macro => { MODPERL_SRC => $code->path, MODPERL_MAKEFILE => basename($build->default_file('makefile')),
-- -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
signature.asc
Description: OpenPGP digital signature
