r17537 - in /branches/upstream/libcarp-clan-perl/current: Changes META.yml lib/Carp/Clan.pm

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Mar 16 01:44:10 UTC 2008


Author: roberto
Date: Sun Mar 16 01:44:09 2008
New Revision: 17537

URL: http://svn.debian.org/wsvn/?sc=1&rev=17537
Log:
[svn-upgrade] Integrating new upstream version, libcarp-clan-perl (6.00)

Modified:
    branches/upstream/libcarp-clan-perl/current/Changes
    branches/upstream/libcarp-clan-perl/current/META.yml
    branches/upstream/libcarp-clan-perl/current/lib/Carp/Clan.pm

Modified: branches/upstream/libcarp-clan-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libcarp-clan-perl/current/Changes?rev=17537&op=diff
==============================================================================
--- branches/upstream/libcarp-clan-perl/current/Changes (original)
+++ branches/upstream/libcarp-clan-perl/current/Changes Sun Mar 16 01:44:09 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: branches/upstream/libcarp-clan-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libcarp-clan-perl/current/META.yml?rev=17537&op=diff
==============================================================================
--- branches/upstream/libcarp-clan-perl/current/META.yml (original)
+++ branches/upstream/libcarp-clan-perl/current/META.yml Sun Mar 16 01:44:09 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: branches/upstream/libcarp-clan-perl/current/lib/Carp/Clan.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcarp-clan-perl/current/lib/Carp/Clan.pm?rev=17537&op=diff
==============================================================================
--- branches/upstream/libcarp-clan-perl/current/lib/Carp/Clan.pm (original)
+++ branches/upstream/libcarp-clan-perl/current/lib/Carp/Clan.pm Sun Mar 16 01:44:09 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