r17539 - in /trunk/libcarp-clan-perl: Changes META.yml debian/changelog debian/watch lib/Carp/Clan.pm

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Mar 16 01:47:40 UTC 2008


Author: roberto
Date: Sun Mar 16 01:47:39 2008
New Revision: 17539

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

Modified:
    trunk/libcarp-clan-perl/Changes
    trunk/libcarp-clan-perl/META.yml
    trunk/libcarp-clan-perl/debian/changelog
    trunk/libcarp-clan-perl/debian/watch
    trunk/libcarp-clan-perl/lib/Carp/Clan.pm

Modified: trunk/libcarp-clan-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/Changes?rev=17539&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/Changes (original)
+++ trunk/libcarp-clan-perl/Changes Sun Mar 16 01:47:39 2008
@@ -2,7 +2,7 @@
 			 Package "Carp::Clan"
 		 ====================================
 
-             Copyright (c) 2006-2007 by Joshua ben Jore
+             Copyright (c) 2006-2008 by Joshua ben Jore
 			 All rights reserved.
 
 	     Copyright (c) 2001 - 2004 by Steffen Beyer.
@@ -12,6 +12,10 @@
 
 Version history:
 ----------------
+
+Version 6.00  17.02.2008
+ + Oops. Fixed version number. '5.10' is less than '5.9'. I thought
+   CPAN would handle this but apparently not..
 
 Version 5.10  10.01.2008
  + Removed the circular dependency on Object::Deadly. It was only

Modified: trunk/libcarp-clan-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/META.yml?rev=17539&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/META.yml (original)
+++ trunk/libcarp-clan-perl/META.yml Sun Mar 16 01:47:39 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Carp-Clan
-version:             5.10
+version:             6.00
 abstract:            Report errors from perspective of caller of a "clan" of modules
 license:             ~
 author:              

Modified: trunk/libcarp-clan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/changelog?rev=17539&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/changelog (original)
+++ trunk/libcarp-clan-perl/debian/changelog Sun Mar 16 01:47:39 2008
@@ -1,9 +1,8 @@
-libcarp-clan-perl (5.10-2) UNRELEASED; urgency=low
+libcarp-clan-perl (6.00-1) unstable; urgency=low
 
-  * Added by-author entry to allow us track correctly the latest release,
-    until upstream fixed versioning problem (CPAN#32469, CPAN#32498).
+  * New upstream release.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Fri, 15 Feb 2008 05:32:28 -0200
+ -- Roberto C. Sanchez <roberto at debian.org>  Sat, 15 Mar 2008 21:46:50 -0400
 
 libcarp-clan-perl (5.10-1) unstable; urgency=low
 

Modified: trunk/libcarp-clan-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/watch?rev=17539&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/watch (original)
+++ trunk/libcarp-clan-perl/debian/watch Sun Mar 16 01:47:39 2008
@@ -1,4 +1,2 @@
 version=3
-http://search.cpan.org/dist/Carp-Clan/ .*/Carp-Clan-v?(\d.*)\.tar\.gz
-
-http://search.cpan.org/CPAN/authors/id/J/JJ/JJORE/ Carp-Clan-v?(\d.*)\.tar\.gz
+http://search.cpan.org/dist/Carp-Clan/ .*/Carp-Clan-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

Modified: trunk/libcarp-clan-perl/lib/Carp/Clan.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/lib/Carp/Clan.pm?rev=17539&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/lib/Carp/Clan.pm (original)
+++ trunk/libcarp-clan-perl/lib/Carp/Clan.pm Sun Mar 16 01:47:39 2008
@@ -28,7 +28,7 @@
 
 $Verbose = 0;        # If true then make _shortmsg call _longmsg instead.
 
-$VERSION = '5.10';
+$VERSION = '6.00';
 
 # _longmsg() crawls all the way up the stack reporting on all the function
 # calls made. The error string, $error, is originally constructed from the




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