r69094 - in /branches/upstream/libtest-cpan-meta-perl/current: Artistic Changes LICENSE MANIFEST META.yml README lib/Test/CPAN/Meta.pm lib/Test/CPAN/Meta/Version.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 15:01:14 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 15:00:52 2011
New Revision: 69094

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69094
Log:
[svn-upgrade] new version libtest-cpan-meta-perl (0.18)

Removed:
    branches/upstream/libtest-cpan-meta-perl/current/Artistic
Modified:
    branches/upstream/libtest-cpan-meta-perl/current/Changes
    branches/upstream/libtest-cpan-meta-perl/current/LICENSE
    branches/upstream/libtest-cpan-meta-perl/current/MANIFEST
    branches/upstream/libtest-cpan-meta-perl/current/META.yml
    branches/upstream/libtest-cpan-meta-perl/current/README
    branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta.pm
    branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta/Version.pm

Modified: branches/upstream/libtest-cpan-meta-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/Changes?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/Changes (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/Changes Sat Feb 19 15:00:52 2011
@@ -1,4 +1,7 @@
 # Changes log for Test::CPAN::Meta
+
+0.18    13/02/2011
+	- documentation clean up.
 
 0.17    12/04/2010
 	- fixed qr// delimiters due to issues with the NOT SIGN symbol 

Modified: branches/upstream/libtest-cpan-meta-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/LICENSE?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/LICENSE (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/LICENSE Sat Feb 19 15:00:52 2011
@@ -1,10 +1,11 @@
-LICENSE FOR Test-YAML-Meta
+LICENSE FOR Test-CPAN-Meta
 
-Copyright © 2007 Barbie for Miss Barbell Productions.
+This software is copyright © 2007-2011 Barbie for Miss Barbell Productions.
 
 This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+it under the terms of the Artistic License 2.0.
 
-The full text of the licenses can be found in the Artistic file included with
-this distribution, or in perlartistic file available with your Perl 
-installation.
+The full text of the license can be found at the following URL:
+
+http://www.perlfoundation.org/artistic_license_2_0
+

Modified: branches/upstream/libtest-cpan-meta-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/MANIFEST?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/MANIFEST (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/MANIFEST Sat Feb 19 15:00:52 2011
@@ -1,4 +1,3 @@
-Artistic
 Changes
 examples/examples.txt
 examples/94metatest.t

Modified: branches/upstream/libtest-cpan-meta-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/META.yml?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/META.yml (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/META.yml Sat Feb 19 15:00:52 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                     Test-CPAN-Meta
-version:                  0.17
+version:                  0.18
 abstract:                 A test module to validate a CPAN META.yml file.
 author:
   - Barbie <barbie at cpan.org>
@@ -24,10 +24,10 @@
 provides:
   Test::CPAN::Meta:
     file:     lib/Test/CPAN/Meta.pm
-    version:  0.17
+    version:  0.18
   Test::CPAN::Meta::Version:
     file:     lib/Test/CPAN/Meta/Version.pm
-    version:  0.17
+    version:  0.18
 no_index:
   directory:
     - t

Modified: branches/upstream/libtest-cpan-meta-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/README?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/README (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/README Sat Feb 19 15:00:52 2011
@@ -10,9 +10,11 @@
 slowly being introduced to module uploads, via the use of package makers and
 installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
 
-Current META.yml Specification, 1.4, was finally approved on 23 June 2008.
+Current CPAN META Specification, 2.0, was finally approved in April 2010, 
+which forms the basis for the contents of a META.json file. The full 
+specification is now included with the CPAN-Meta distribution.
 
-http://www.nntp.perl.org/group/perl.module.build/2008/06/msg1360.html
+http://search.cpan.org/perldoc?CPAN::Meta
 
 DEPENDENCIES
 

Modified: branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta.pm?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta.pm (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta.pm Sat Feb 19 15:00:52 2011
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.17';
+$VERSION = '0.18';
 
 #----------------------------------------------------------------------------
 
@@ -53,6 +53,8 @@
 slowly being introduced to module uploads, via the use of package makers and
 installers such as L<ExtUtils::MakeMaker>, L<Module::Build> and
 L<Module::Install>.
+
+See L<CPAN::Meta> for further details of the CPAN Meta Specification.
 
 =head1 ABSTRACT
 
@@ -164,13 +166,13 @@
 There are currently 3 distributions to test META files:
 
   Test-CPAN-Meta
-  Test-JSON-Meta
-  Test-YAML-Meta
+  Test-CPAN-Meta-JSON
+  Test-CPAN-Meta-YAML
 
 All three have slightly different requirements and are intended to be used in
 slightly different environments. 
 
-Test-YAML-Meta requires a YAML parser, and currently looks for the YAML or 
+Test-CPAN-Meta-YAML requires a YAML parser, and currently looks for the YAML or 
 YAML::Syck modules. This is the original variant of the 3 and was intended to
 provide a more complete YAML validation of a META.yml.
 
@@ -178,7 +180,7 @@
 Core as of perl-5.10.1. This version is intended to be used by those only 
 wishing to rely on core modules to test their META.yml files.
 
-Test-JSON-Meta is the most recent addition to the family, and is specifically
+Test-CPAN-Meta-JSON is the most recent addition to the family, and is specifically
 aimed at those distributions that use a META.json Meta file. The distribution
 requires the JSON module to parse the Meta file.
 
@@ -187,7 +189,7 @@
 There are no known bugs at the time of this release. However, if you spot a
 bug or are experiencing difficulties that are not explained within the POD
 documentation, please send an email to barbie at cpan.org or submit a bug to the
-RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=Test-YAML-Meta).
+RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=Test-CPAN-Meta).
 However, it would help greatly if you are able to pinpoint problems or even
 supply a patch.
 
@@ -213,7 +215,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-  Copyright (C) 2007-2010 Barbie for Miss Barbell Productions
+  Copyright (C) 2007-2011 Barbie for Miss Barbell Productions
 
   This module is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.

Modified: branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta/Version.pm?rev=69094&op=diff
==============================================================================
--- branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta/Version.pm (original)
+++ branches/upstream/libtest-cpan-meta-perl/current/lib/Test/CPAN/Meta/Version.pm Sat Feb 19 15:00:52 2011
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.17';
+$VERSION = '0.18';
 
 #----------------------------------------------------------------------------
 
@@ -26,9 +26,11 @@
 This module is meant to be used together with L<Test::CPAN::Meta>, however
 the code is self contained enough that you can access it directly.
 
+See L<CPAN::Meta> for further details of the CPAN Meta Specification.
+
 =head1 ABSTRACT
 
-Validation of META.yml specification elements.
+Validation of META.yml data against the CPAN Meta Specification.
 
 =cut
 
@@ -795,9 +797,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-  Copyright (C) 2007-2010 Barbie for Miss Barbell Productions
+  Copyright (C) 2007-2011 Barbie for Miss Barbell Productions
 
   This module is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
+  modify it under the Artistic Licence v2.
 
 =cut




More information about the Pkg-perl-cvs-commits mailing list