Author: kwilliams
Date: Fri Oct 13 19:29:01 2006
New Revision: 7939
Modified:
Module-Build/trunk/website/META-spec.pod
Log:
CPAN and PAUSE (and search, I think) have always used 'directory', not 'dir',
so let's adjust the spec to match them rather than attempting the other way
around.
Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod (original)
+++ Module-Build/trunk/website/META-spec.pod Fri Oct 13 19:29:01 2006
@@ -337,7 +337,7 @@
no_index:
file:
- My/Module.pm
- dir:
+ directory:
- My/Private
package:
- My::Module::Stuff
@@ -358,11 +358,15 @@
(Spec 1.1) [optional] Exclude any listed file(s).
-=head3 dir
+=head3 directory
(Spec 1.1) [optional] Exclude anything below the listed
directory(ies).
+[Note: previous editions of the spec had C<dir> instead of
+C<directory>, but I think MakeMaker and various users started using
+C<directory>, so in deference we switched to that.]
+
=head3 package
(Spec 1.1) [optional] Exclude the listed package(s).