Author: ericwilhelm
Date: Sat Sep 22 10:50:18 2007
New Revision: 9976
Modified:
Module-Build/trunk/website/META-spec.pod
Log:
website/META-spec.pod - get the spec version on configure_requires right
Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod (original)
+++ Module-Build/trunk/website/META-spec.pod Sat Sep 22 10:50:18 2007
@@ -260,10 +260,11 @@
Example:
configure_requires:
+ Module::Build: 0.2809
Data::Dumper: 0
File::Find: 1.03
-(Spec 1.0) [optional] {map} A YAML mapping indicating the Perl modules
+(Spec 1.3) [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 L<VERSION SPECIFICATIONS>. These dependencies are not required