Author: kwilliams
Date: Sat Nov 4 20:32:27 2006
New Revision: 8016
Modified:
Module-Build/trunk/ (props changed)
Module-Build/trunk/website/META-spec.html
Module-Build/trunk/website/META-spec.pod
Log:
[EMAIL PROTECTED]: ken | 2006-11-04 22:31:01 -0600
Version bump to 1.3
Modified: Module-Build/trunk/website/META-spec.html
==============================================================================
--- Module-Build/trunk/website/META-spec.html (original)
+++ Module-Build/trunk/website/META-spec.html Sat Nov 4 20:32:27 2006
@@ -97,14 +97,14 @@
urls:
license: <a
href="http://dev.perl.org/licenses/">http://dev.perl.org/licenses/</a>
meta-spec:
- version: 1.2
- url: <a
href="http://module-build.sourceforge.net/META-spec-v1.2.html">http://module-build.sourceforge.net/META-spec-v1.2.html</a>
+ version: 1.3
+ url: <a
href="http://module-build.sourceforge.net/META-spec-v1.3.html">http://module-build.sourceforge.net/META-spec-v1.3.html</a>
generated_by: Module::Build version 0.20</pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
-<p>This document describes version 1.2 of the <em>META.yml</em>
specification.</p>
+<p>This document describes version 1.3 of the <em>META.yml</em>
specification.</p>
<p>The <em>META.yml</em> file describes important properties of contributed
Perl distributions such as the ones found on CPAN. It is typically
created by tools like Module::Build, Module::Install, and
@@ -189,8 +189,8 @@
<p>Example:</p>
<pre>
meta-spec:
- version: 1.2
- url: <a
href="http://module-build.sourceforge.net/META-spec-v1.2.html">http://module-build.sourceforge.net/META-spec-v1.2.html</a></pre>
+ version: 1.3
+ url: <a
href="http://module-build.sourceforge.net/META-spec-v1.3.html">http://module-build.sourceforge.net/META-spec-v1.3.html</a></pre>
<p>(Spec 1.1) [required] {URL} This field indicates the location of the
version of the META.yml specification used.</p>
<p>
Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod (original)
+++ Module-Build/trunk/website/META-spec.pod Sat Nov 4 20:32:27 2006
@@ -36,13 +36,13 @@
urls:
license: http://dev.perl.org/licenses/
meta-spec:
- version: 1.2
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
generated_by: Module::Build version 0.20
=head1 DESCRIPTION
-This document describes version 1.2 of the F<META.yml> specification.
+This document describes version 1.3 of the F<META.yml> specification.
The F<META.yml> file describes important properties of contributed
Perl distributions such as the ones found on CPAN. It is typically
@@ -122,8 +122,8 @@
Example:
meta-spec:
- version: 1.2
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
(Spec 1.1) [required] {URL} This field indicates the location of the
version of the META.yml specification used.