Author: kwilliams
Date: Tue Jun 24 21:05:30 2008
New Revision: 11455

Modified:
   Module-Build/trunk/website/META-spec-blead.html
   Module-Build/trunk/website/META-spec.pod

Log:
Add mention of the 'perl' prereq

Modified: Module-Build/trunk/website/META-spec-blead.html
==============================================================================
--- Module-Build/trunk/website/META-spec-blead.html     (original)
+++ Module-Build/trunk/website/META-spec-blead.html     Tue Jun 24 21:05:30 2008
@@ -262,10 +262,10 @@
   requires:
     Data::Dumper: 0
     File::Find: 1.03</pre>
-<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules this
-distribution requires for proper operation.  The keys are the module
-names, and the values are version specifications as described in
-<a href="#version_specifications">VERSION SPECIFICATIONS</a>.</p>
+<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites this distribution requires for proper operation.  The
+keys are the names of the prerequisites (module names or 'perl'), and
+the values are version specifications as described in <a 
href="#version_specifications">VERSION SPECIFICATIONS</a>.</p>
 <p>
 </p>
 <h2><a name="recommends">recommends</a></h2>
@@ -274,10 +274,10 @@
   recommends:
     Data::Dumper: 0
     File::Find: 1.03</pre>
-<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
-this distribution recommends for enhanced operation.  The keys are the
-module names, and the values are version specifications as described
-in <a href="#version_specifications">VERSION SPECIFICATIONS</a>.</p>
+<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites this distribution recommends for enhanced operation.
+The keys are the names of the prerequisites (module names or 'perl'),
+and the values are version specifications as described in <a 
href="#version_specifications">VERSION SPECIFICATIONS</a>.</p>
 <p><em>ALTERNATIVE: It may be desirable to present to the user which
 features depend on which modules so they can make an informed decision
 about which recommended modules to install.</em></p>
@@ -302,11 +302,12 @@
   build_requires:
     Data::Dumper: 0
     File::Find: 1.03</pre>
-<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
-required for building and/or testing of this distribution.  The keys
-are the module names, and the values are version specifications as
+<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites required for building and/or testing of this
+distribution.  The keys are the names of the prerequisites (module
+names or 'perl'), and the values are version specifications as
 described in <a href="#version_specifications">VERSION SPECIFICATIONS</a>.  
These dependencies are not
-required after the module is installed.</p>
+required after the distribution is installed.</p>
 <p>
 </p>
 <h2><a name="configure_requires">configure_requires</a></h2>
@@ -316,11 +317,11 @@
     Module::Build: 0.2809
     Data::Dumper: 0
     File::Find: 1.03</pre>
-<p>(Spec 1.4) [optional] {map} A YAML mapping indicating the Perl modules
+<p>(Spec 1.4) [optional] {map} A YAML mapping indicating the Perl prerequisites
 required before configuring this distribution.  The keys are the
-module names, and the values are version specifications as described
+names of the prerequisites (module names or 'perl'), and the values are 
version specifications as described
 in <a href="#version_specifications">VERSION SPECIFICATIONS</a>.  These 
dependencies are not required
-after the module is installed.</p>
+after the distribution is installed.</p>
 <p>
 </p>
 <h2><a name="conflicts">conflicts</a></h2>
@@ -329,11 +330,11 @@
   conflicts:
     Data::Dumper: 0
     File::Find: 1.03</pre>
-<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules that
+<p>(Spec 1.0) [optional] {map} A YAML mapping indicating any items that
 cannot be installed while this distribution is installed.  This is a
-pretty uncommon situation.  The keys for <code>conflicts</code> are the module
-names, and the values are version specifications as described in
-<a href="#version_specifications">VERSION SPECIFICATIONS</a>.</p>
+pretty uncommon situation.  The keys for <code>conflicts</code> are the item
+names (module names or 'perl'), and the values are version
+specifications as described in <a href="#version_specifications">VERSION 
SPECIFICATIONS</a>.</p>
 <p>
 </p>
 <h2><a name="dynamic_config">dynamic_config</a></h2>

Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod    (original)
+++ Module-Build/trunk/website/META-spec.pod    Tue Jun 24 21:05:30 2008
@@ -232,10 +232,11 @@
     Data::Dumper: 0
     File::Find: 1.03
 
-(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules this
-distribution requires for proper operation.  The keys are the module
-names, and the values are version specifications as described in
-L<VERSION SPECIFICATIONS>.
+(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites this distribution requires for proper operation.  The
+keys are the names of the prerequisites (module names or 'perl'), and
+the values are version specifications as described in L<VERSION
+SPECIFICATIONS>.
 
 =head2 recommends
 
@@ -245,10 +246,11 @@
     Data::Dumper: 0
     File::Find: 1.03
 
-(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
-this distribution recommends for enhanced operation.  The keys are the
-module names, and the values are version specifications as described
-in L<VERSION SPECIFICATIONS>.
+(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites this distribution recommends for enhanced operation.
+The keys are the names of the prerequisites (module names or 'perl'),
+and the values are version specifications as described in L<VERSION
+SPECIFICATIONS>.
 
 
 
@@ -279,11 +281,12 @@
     Data::Dumper: 0
     File::Find: 1.03
 
-(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
-required for building and/or testing of this distribution.  The keys
-are the module names, and the values are version specifications as
+(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl
+prerequisites required for building and/or testing of this
+distribution.  The keys are the names of the prerequisites (module
+names or 'perl'), and the values are version specifications as
 described in L<VERSION SPECIFICATIONS>.  These dependencies are not
-required after the module is installed.
+required after the distribution is installed.
 
 =head2 configure_requires
 
@@ -294,11 +297,11 @@
     Data::Dumper: 0
     File::Find: 1.03
 
-(Spec 1.4) [optional] {map} A YAML mapping indicating the Perl modules
+(Spec 1.4) [optional] {map} A YAML mapping indicating the Perl prerequisites
 required before configuring this distribution.  The keys are the
-module names, and the values are version specifications as described
+names of the prerequisites (module names or 'perl'), and the values are 
version specifications as described
 in L<VERSION SPECIFICATIONS>.  These dependencies are not required
-after the module is installed.
+after the distribution is installed.
 
 =head2 conflicts
 
@@ -308,11 +311,11 @@
     Data::Dumper: 0
     File::Find: 1.03
 
-(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules that
+(Spec 1.0) [optional] {map} A YAML mapping indicating any items that
 cannot be installed while this distribution is installed.  This is a
-pretty uncommon situation.  The keys for C<conflicts> are the module
-names, and the values are version specifications as described in
-L<VERSION SPECIFICATIONS>.
+pretty uncommon situation.  The keys for C<conflicts> are the item
+names (module names or 'perl'), and the values are version
+specifications as described in L<VERSION SPECIFICATIONS>.
 
 
 =head2 dynamic_config

Reply via email to