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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 4 17:02:46 UTC 2008


Author: gregoa
Date: Wed Jun  4 17:02:46 2008
New Revision: 20680

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

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=20680&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/Changes (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/Changes Wed Jun  4 17:02:46 2008
@@ -1,4 +1,7 @@
 # Changes log for Test::YAML::Meta
+
+0.10    02/06/2008
+	- added 'git' as an accepted url protocol (Mischa Poslawsky).
 
 0.09    28/03/2008
 	- purely a cosmetic release to render the Makefile.PL time issues, that

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=20680&op=diff
==============================================================================
--- branches/upstream/libtest-yaml-meta-perl/current/META.yml (original)
+++ branches/upstream/libtest-yaml-meta-perl/current/META.yml Wed Jun  4 17:02:46 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                     Test-YAML-Meta
-version:                  0.09
+version:                  0.10
 abstract:                 A test module to validate a META.yml file.
 author:
   - Barbie <barbie at cpan.org>
@@ -12,11 +12,14 @@
 requires:
   Test::YAML::Valid:      0.03
   Test::More:             0.70
+  Test::Builder:          0
 recommends:
   Test::More:             0.70
   Test::Pod:              1.00
   Test::Pod::Coverage:    0.08
   Test::YAML::Valid:      0.03
+  YAML:                   0
+  YAML::Syck:             0
 build_requires:
   Test::More:             0.70
   Test::Builder::Tester:  0
@@ -24,10 +27,10 @@
 provides:
   Test::YAML::Meta:
     file:     lib/Test/YAML/Meta.pm
-    version:  0.09
+    version:  0.10
   Test::YAML::Meta::Version:
     file:     lib/Test/YAML/Meta/Version.pm
-    version:  0.09
+    version:  0.10
 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=20680&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 Wed Jun  4 17:02:46 2008
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.09';
+$VERSION = '0.10';
 
 #----------------------------------------------------------------------------
 

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=20680&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 Wed Jun  4 17:02:46 2008
@@ -4,7 +4,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.09';
+$VERSION = '0.10';
 
 #----------------------------------------------------------------------------
 
@@ -468,7 +468,7 @@
 }
 
 #my $protocol = qr¬(?:http|https|ftp|afs|news|nntp|mid|cid|mailto|wais|prospero|telnet|gopher)¬;
-my $protocol = qr¬(?:ftp|http|https)¬;
+my $protocol = qr¬(?:ftp|http|https|git)¬;
 my $badproto = qr¬(\w+)://¬;
 my $proto    = qr¬$protocol://(?:[\w]+:\w+@)?¬;
 my $atom     = qr¬[a-z\d]¬i;




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