r48184 - in /branches/upstream/libcpan-distnameinfo-perl/current: Changes MANIFEST META.yml SIGNATURE lib/CPAN/DistnameInfo.pm t/path.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 4 13:55:18 UTC 2009


Author: jawnsy-guest
Date: Fri Dec  4 13:55:10 2009
New Revision: 48184

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48184
Log:
[svn-upgrade] Integrating new upstream version, libcpan-distnameinfo-perl (0.09)

Modified:
    branches/upstream/libcpan-distnameinfo-perl/current/Changes
    branches/upstream/libcpan-distnameinfo-perl/current/MANIFEST
    branches/upstream/libcpan-distnameinfo-perl/current/META.yml
    branches/upstream/libcpan-distnameinfo-perl/current/SIGNATURE
    branches/upstream/libcpan-distnameinfo-perl/current/lib/CPAN/DistnameInfo.pm
    branches/upstream/libcpan-distnameinfo-perl/current/t/path.t

Modified: branches/upstream/libcpan-distnameinfo-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/Changes?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/Changes (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/Changes Fri Dec  4 13:55:10 2009
@@ -1,3 +1,7 @@
+0.09 -- Thu Dec 3 18:29:49 CST 2009
+
+  * Normalize dist() for CGI.pm [Michael G. Schwern]
+
 0.08 -- Wed May  6 09:21:47 CDT 2009
 
   * make a better guess at the meaning of Dist-Name-undef.tar.gz

Modified: branches/upstream/libcpan-distnameinfo-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/MANIFEST?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/MANIFEST (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/MANIFEST Fri Dec  4 13:55:10 2009
@@ -1,7 +1,7 @@
 Changes
 lib/CPAN/DistnameInfo.pm
 Makefile.PL
-MANIFEST
+MANIFEST			This list of files
 README
 t/ext.t
 t/path.t

Modified: branches/upstream/libcpan-distnameinfo-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/META.yml?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/META.yml (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/META.yml Fri Dec  4 13:55:10 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               CPAN-DistnameInfo
-version:            0.08
+version:            0.09
 abstract:           Extract distribution name and version from a distribution filename
 author:
     - Graham Barr <gbarr at cpan.org>

Modified: branches/upstream/libcpan-distnameinfo-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/SIGNATURE?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/SIGNATURE (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/SIGNATURE Fri Dec  4 13:55:10 2009
@@ -14,18 +14,18 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 888dddc336042de08354e978b4b48f0559209b79 Changes
-SHA1 9d61a41d0e065618905a31efc4be059df9181dcf MANIFEST
-SHA1 71f92629731b48bd6ec94d04bd7039ba1499b45d META.yml
+SHA1 ba8b440387e678466bf4bdf756b432bfb3546ead Changes
+SHA1 49d042e197b5c18b654acd4bd9c1d22d7014d174 MANIFEST
+SHA1 ca73862e893018878248a210babff98216779c8b META.yml
 SHA1 da8ac89bf8cf1d7b58fdc28503b380d94cebf6a3 Makefile.PL
 SHA1 75225b292ce4d6d6bb0212fa8f249aaa8ee41ae8 README
-SHA1 b20eb22fb6d4d2d3aa89efed246a93d2bf232967 lib/CPAN/DistnameInfo.pm
+SHA1 9fab06b434f5505b56cb0da20c17bd8d41c7afba lib/CPAN/DistnameInfo.pm
 SHA1 ddc339a19d1ded18dc0f6d958904348a8141e2be t/ext.t
-SHA1 3df94b44b99e14612c993848aa181d5e52aec8c0 t/path.t
+SHA1 805c08cb361d5b713010d4b598b3a2476a5e0f44 t/path.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (Darwin)
+Version: GnuPG v1.4.10 (Darwin)
 
-iEYEARECAAYFAkoBnXwACgkQR0BL4gbYw3SzIwCfZLAiYE8YJH4+27r232DNLCIC
-AWgAn2j981Jf7ypYLpqkAAgfpbUqdFCL
-=z80z
+iEYEARECAAYFAksYWEwACgkQR0BL4gbYw3RZtACdEEm7jmmUmrCC8yUgDFgqLO0t
+N1gAnRX5yQli2fvWsXpGe85UbuaWi/WW
+=Gz2Z
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libcpan-distnameinfo-perl/current/lib/CPAN/DistnameInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/lib/CPAN/DistnameInfo.pm?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/lib/CPAN/DistnameInfo.pm (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/lib/CPAN/DistnameInfo.pm Fri Dec  4 13:55:10 2009
@@ -1,7 +1,7 @@
 
 package CPAN::DistnameInfo;
 
-$VERSION = "0.08";
+$VERSION = "0.09";
 use strict;
 
 sub distname_info {
@@ -28,6 +28,10 @@
     $dist .= $1;
     $version = $2;
   }
+
+  # Normalize the Dist.pm-1.23 convention which CGI.pm and
+  # a few others use.
+  $dist =~ s{\.pm$}{};
 
   $version = $1
     if !length $version and $dist =~ s/-(\d+\w)$//;

Modified: branches/upstream/libcpan-distnameinfo-perl/current/t/path.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-distnameinfo-perl/current/t/path.t?rev=48184&op=diff
==============================================================================
--- branches/upstream/libcpan-distnameinfo-perl/current/t/path.t (original)
+++ branches/upstream/libcpan-distnameinfo-perl/current/t/path.t Fri Dec  4 13:55:10 2009
@@ -1,5 +1,5 @@
 
-use Test::More tests => 224;
+use Test::More tests => 233;
 use Data::Dumper;
 
 use CPAN::DistnameInfo;
@@ -244,3 +244,12 @@
 	version		0.99
 	cpanid		IBMTORDB2
 	extension	tar.bz2
+
+CPAN/authors/id/L/LD/LDS/CGI.pm-2.34.tar.gz
+	filename	CGI.pm-2.34.tar.gz
+	dist		CGI
+	maturity	released
+	distvname	CGI.pm-2.34
+	version		2.34
+	cpanid		LDS
+	extension	tar.gz




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