Author: kwilliams
Date: Mon Aug 13 19:35:00 2007
New Revision: 9837

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

Log:
Rebuild from pod

Modified: Module-Build/trunk/website/META-spec.html
==============================================================================
--- Module-Build/trunk/website/META-spec.html   (original)
+++ Module-Build/trunk/website/META-spec.html   Mon Aug 13 19:35:00 2007
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
 <title>META-spec - Specification for F&lt;META.yml&gt; documents</title>
-<link rev="made" href="mailto:[EMAIL PROTECTED]" />
+<link rev="made" href="mailto:[EMAIL PROTECTED]" />
 </head>
 
 <body style="background-color: white">
@@ -31,6 +31,7 @@
                <li><a href="#requires">requires</a></li>
                <li><a href="#recommends">recommends</a></li>
                <li><a href="#build_requires">build_requires</a></li>
+               <li><a href="#configure_requires">configure_requires</a></li>
                <li><a href="#conflicts">conflicts</a></li>
                <li><a href="#dynamic_config">dynamic_config</a></li>
                <li><a href="#private">private</a></li>
@@ -94,7 +95,7 @@
    YAML: 0.35
  build_requires:
    Test: 0
- urls:
+ resources:
    license: <a 
href="http://dev.perl.org/licenses/";>http://dev.perl.org/licenses/</a>
  meta-spec:
    version: 1.3
@@ -236,7 +237,7 @@
 <pre>
   license: perl</pre>
 <p>(Spec 1.0) [required] {string} The license under which this distribution 
may be
-used and redistributed.  See <a href="/Module/Build.html">the Module::Build 
manpage</a> for the list of valid
+used and redistributed.  See <a href="/Module/Build/API.html">the 
Module::Build::API manpage</a> for the list of valid
 options.</p>
 <p>
 </p>
@@ -286,15 +287,11 @@
       description: Provides the ability to blah.
       requires:
         Data::Dumper: 0
-        File::Find: 1.03
-  - bar:
-      description: This feature is not available on this platform.
-      excludes_os: MSWin32</pre>
+        File::Find: 1.03</pre>
 <p><em>(Spec 1.1) [optional] {map} A YAML sequence of names for optional 
features
 which are made available when its requirements are met. For each
 feature a description is provided along with any of <a 
href="#requires">requires</a>,
-<a href="#build_requires">build_requires</a>, <a 
href="#conflicts">conflicts</a>, <a 
href="#requires_packages">requires_packages</a>,
-<a href="#requires_os">requires_os</a>, and <a 
href="#excludes_os">excludes_os</a> which have the same meaning in
+<a href="#build_requires">build_requires</a>, and <a 
href="#conflicts">conflicts</a>, which have the same meaning in
 this subcontext as described elsewhere in this document.</em></p>
 <p>
 </p>
@@ -311,6 +308,19 @@
 required after the module is installed.</p>
 <p>
 </p>
+<h2><a name="configure_requires">configure_requires</a></h2>
+<p>Example:</p>
+<pre>
+  configure_requires:
+    Data::Dumper: 0
+    File::Find: 1.03</pre>
+<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
+required before configuring this distribution.  The keys are the
+module names, 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>
+<p>
+</p>
 <h2><a name="conflicts">conflicts</a></h2>
 <p>Example:</p>
 <pre>
@@ -627,6 +637,12 @@
 Removed the name <code>CPAN::META::Specification</code>, since that implies a
 module that doesn't actually exist.
 <p></p></ul>
+<dt><strong><a name="item_june_12_2c_2007">June 12, 2007</a></strong><br />
+</dt>
+<ul>
+<li></li>
+Added <code>configure_requires</code>.
+<p></p></ul>
 </dl>
 
 </body>

Reply via email to