r18196 - in /branches/upstream/libtest-yaml-meta-perl/current: Changes META.yml lib/Test/YAML/Meta.pm lib/Test/YAML/Meta/Version.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Mar 31 16:38:58 UTC 2008


Author: gregoa-guest
Date: Mon Mar 31 16:38:57 2008
New Revision: 18196

URL: http://svn.debian.org/wsvn/?sc=1&rev=18196
Log:
[svn-upgrade] Integrating new upstream version, libtest-yaml-meta-perl (0.09)

Modified:
    branches/upstream/libtest-yaml-meta-perl/current/Changes
    branches/upstream/libtest-yaml-meta-perl/current/META.yml
    branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta.pm
    branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta/Version.pm

Modified: branches/upstream/libtest-yaml-meta-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-yaml-meta-perl/current/Changes?rev=18196&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/Changes (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/Changes Mon Mar 31 16:38:57 2008
@@ -1,4 +1,9 @@
 # Changes log for Test::YAML::Meta
+
+0.09    28/03/2008
+	- purely a cosmetic release to render the Makefile.PL time issues, that
+	  have generated bogus FAIL reports in previous releases, null
+	  and void.
 
 0.08	17/03/2008
 	- it helps when you fix all the versioning too!

Modified: branches/upstream/libtest-yaml-meta-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-yaml-meta-perl/current/META.yml?rev=18196&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/META.yml (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/META.yml Mon Mar 31 16:38:57 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                     Test-YAML-Meta
-version:                  0.08
+version:                  0.09
 abstract:                 A test module to validate a META.yml file.
 author:
   - Barbie <barbie at cpan.org>
@@ -24,10 +24,10 @@
 provides:
   Test::YAML::Meta:
     file:     lib/Test/YAML/Meta.pm
-    version:  0.08
+    version:  0.09
   Test::YAML::Meta::Version:
     file:     lib/Test/YAML/Meta/Version.pm
-    version:  0.08
+    version:  0.09
 no_index:
   directory:
     - t

Modified: branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta.pm?rev=18196&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta.pm (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta.pm Mon Mar 31 16:38:57 2008
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.08';
+$VERSION = '0.09';
 
 #----------------------------------------------------------------------------
 
@@ -178,7 +178,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-  Copyright (C) 2007 Barbie for Miss Barbell Productions
+  Copyright (C) 2007,2008 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-yaml-meta-perl/current/lib/Test/YAML/Meta/Version.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta/Version.pm?rev=18196&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta/Version.pm (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/lib/Test/YAML/Meta/Version.pm Mon Mar 31 16:38:57 2008
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.08';
+$VERSION = '0.09';
 
 #----------------------------------------------------------------------------
 
@@ -686,7 +686,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-  Copyright (C) 2007 Barbie for Miss Barbell Productions
+  Copyright (C) 2007,2008 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.




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