Author: kwilliams
Date: Wed Oct 10 18:24:01 2007
New Revision: 10072
Modified:
Module-Build/trunk/website/META-spec.html
Log:
Regenerate after a couple small fixes from Eric
Modified: Module-Build/trunk/website/META-spec.html
==============================================================================
--- Module-Build/trunk/website/META-spec.html (original)
+++ Module-Build/trunk/website/META-spec.html Wed Oct 10 18:24:01 2007
@@ -312,9 +312,10 @@
<p>Example:</p>
<pre>
configure_requires:
+ Module::Build: 0.2809
Data::Dumper: 0
File::Find: 1.03</pre>
-<p>(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
+<p>(Spec 1.4) [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