[Module-build-checkins] Module-Build/website META-spec.pod,1.7,1.8
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-08-24 02:53:50
|
Update of /cvsroot/module-build/Module-Build/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6871 Modified Files: META-spec.pod Log Message: Fix links to the CPAN-META-Specification stuff Index: META-spec.pod =================================================================== RCS file: /cvsroot/module-build/Module-Build/website/META-spec.pod,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- META-spec.pod 24 Aug 2005 02:37:17 -0000 1.7 +++ META-spec.pod 24 Aug 2005 02:53:33 -0000 1.8 @@ -36,13 +36,13 @@ urls: license: http://dev.perl.org/licenses/ meta-spec: - version: 1.1 - url: http://search.cpan.org/dist/CPAN-META-Specification-1.1/ + version: 1.2 + url: http://module-build.sourceforge.net/META-spec-v1.2.html generated_by: Module::Build version 0.20 =head1 DESCRIPTION -This document describes version 1.1 of the F<META.yml> specification. +This document describes version 1.2 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 @@ -55,8 +55,11 @@ want to know some stuff about a distribution before downloading it and starting to install it. -I<Note: The latest version of this specification can always be found -at L<http://search.cpan.org/dist/CPAN-META-Specification/>.> +I<Note: The latest stable version of this specification can always be +found at L<http://module-build.sourceforge.net/META-spec-current.html>, +and the latest development version (which may include things that +won't make it into the stable version can always be found at +L<http://module-build.sourceforge.net/META-spec-blead.html>.> =head1 FORMAT @@ -153,8 +156,8 @@ Example: meta-spec: - version: 1.1 - url: http://search.cpan.org/dist/CPAN-META-Specification-1.1/ + version: 1.2 + url: http://module-build.sourceforge.net/META-spec-v1.2.html (Spec 1.1) [required] {URL} This field indicates the location of the version of the META.yml specification used. |