Philippe M. Chiasson wrote:
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

+1

but I can't see no_index being documented at the above URL. I remember we discussed a different name for this attribute at p5p (i.e. 'private').

there are a few other useful keys: requires, recommends and build_requires. The latter two are fine. But the first one will require a duplicate, which sucks as it's easy to get the two things out of sync.

--
__________________________________________________________________
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