Update of /cvsroot/module-build/Module-Build/website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25097/website
Modified Files:
META-spec.html META-spec.pod
Log Message:
Change license_url to an entry in a new 'resources' entry
Index: META-spec.html
===================================================================
RCS file: /cvsroot/module-build/Module-Build/website/META-spec.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- META-spec.html 27 Jul 2005 04:07:55 -0000 1.6
+++ META-spec.html 27 Jul 2005 04:47:53 -0000 1.7
@@ -46,6 +46,7 @@
</ul>
<li><a href="#keywords">keywords</a></li>
+ <li><a href="#resources">resources</a></li>
<li><a href="#generated_by">generated_by</a></li>
</ul>
@@ -93,6 +94,8 @@
YAML: 0.35
build_requires:
Test: 0
+ urls:
+ license: <a href="http://dev.perl.org/licenses/">http://dev.perl.org/licenses/</a>
meta-spec:
version: 1.1
url: <<a href="http://search.cpan.org/dist/CPAN-META-Specification-1.1/>">http://search.cpan.org/dist/CPAN-META-Specification-1.1/></a>;
@@ -431,6 +434,34 @@
this distribution.</p>
<p>
</p>
+<h2><a name="resources">resources</a></h2>
+<p>(Spec 1.1) [optional] A mapping of any URL resources related to this
+distribution. All-lower-case keys, such as <a href="#item_homepage"><code>homepage</code></a>, <a href="#item_license"><code>license</code></a>,
+and <a href="#item_bugtracker"><code>bugtracker</code></a>, are reserved by this specification, as they have
+``official'' uses. If you'd like to add your own ``special'' entries, use
+at least one upper-case letter.</p>
+<p>The current set of official keys is:</p>
+<dl>
+<dt><strong><a name="item_homepage">homepage</a></strong><br />
+</dt>
+<dd>
+The official home of this project on the web.
+</dd>
+<p></p>
+<dt><strong><a name="item_license">license</a></strong><br />
+</dt>
+<dd>
+An URL for an official statement of this distribution's license.
+</dd>
+<p></p>
+<dt><strong><a name="item_bugtracker">bugtracker</a></strong><br />
+</dt>
+<dd>
+An URL for a bug tracker (e.g. Bugzilla or RT queue) for this project.
+</dd>
+<p></p></dl>
+<p>
+</p>
<h2><a name="generated_by">generated_by</a></h2>
<p>Example:</p>
<pre>
Index: META-spec.pod
===================================================================
RCS file: /cvsroot/module-build/Module-Build/website/META-spec.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- META-spec.pod 27 Jul 2005 04:07:55 -0000 1.3
+++ META-spec.pod 27 Jul 2005 04:47:53 -0000 1.4
@@ -33,6 +33,8 @@
YAML: 0.35
build_requires:
Test: 0
+ urls:
+ license: http://dev.perl.org/licenses/
meta-spec:
version: 1.1
url: <http://search.cpan.org/dist/CPAN-META-Specification-1.1/>
@@ -405,6 +407,33 @@
(Spec 1.1) [optional] A sequence of keywords/phrases that describe
this distribution.
+=head2 resources
+
+(Spec 1.1) [optional] A mapping of any URL resources related to this
+distribution. All-lower-case keys, such as C<homepage>, C<license>,
+and C<bugtracker>, are reserved by this specification, as they have
+"official" meanings defined here in this specification. If you'd like
+to add your own "special" entries, use at least one upper-case letter.
+
+The current set of official keys is:
+
+=over 2
+
+=item homepage
+
+The official home of this project on the web.
+
+=item license
+
+An URL for an official statement of this distribution's license.
+
+=item bugtracker
+
+An URL for a bug tracker (e.g. Bugzilla or RT queue) for this project.
+
+=back
+
+
=head2 generated_by
Example:
|