r18198 - in /trunk/libtest-yaml-meta-perl: Changes META.yml debian/changelog 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:41:12 UTC 2008


Author: gregoa-guest
Date: Mon Mar 31 16:41:11 2008
New Revision: 18198

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18198
Log:
New upstream release.

Modified:
    trunk/libtest-yaml-meta-perl/Changes
    trunk/libtest-yaml-meta-perl/META.yml
    trunk/libtest-yaml-meta-perl/debian/changelog
    trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta.pm
    trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta/Version.pm

Modified: trunk/libtest-yaml-meta-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/Changes?rev=18198&op=diff
==============================================================================
--- trunk/libtest-yaml-meta-perl/Changes (original)
+++ trunk/libtest-yaml-meta-perl/Changes Mon Mar 31 16:41:11 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: trunk/libtest-yaml-meta-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/META.yml?rev=18198&op=diff
==============================================================================
--- trunk/libtest-yaml-meta-perl/META.yml (original)
+++ trunk/libtest-yaml-meta-perl/META.yml Mon Mar 31 16:41:11 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: trunk/libtest-yaml-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/debian/changelog?rev=18198&op=diff
==============================================================================
--- trunk/libtest-yaml-meta-perl/debian/changelog (original)
+++ trunk/libtest-yaml-meta-perl/debian/changelog Mon Mar 31 16:41:11 2008
@@ -1,3 +1,9 @@
+libtest-yaml-meta-perl (0.09-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 31 Mar 2008 18:40:12 +0200
+
 libtest-yaml-meta-perl (0.08-1) unstable; urgency=low
 
   [ David Paleino ]

Modified: trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta.pm?rev=18198&op=diff
==============================================================================
--- trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta.pm (original)
+++ trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta.pm Mon Mar 31 16:41:11 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: trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta/Version.pm?rev=18198&op=diff
==============================================================================
--- trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta/Version.pm (original)
+++ trunk/libtest-yaml-meta-perl/lib/Test/YAML/Meta/Version.pm Mon Mar 31 16:41:11 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