r41196 - in /branches/upstream/libdevel-caller-perl/current: ._Caller.xs ._Changes Changes META.yml lib/Devel/._Caller.pm lib/Devel/Caller.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Aug 3 08:31:05 UTC 2009


Author: ryan52-guest
Date: Mon Aug  3 08:31:00 2009
New Revision: 41196

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41196
Log:
Load /tmp/tmp.tdQSocZHff/to_upload/Devel-Caller-2.03 into
branches/upstream/libdevel-caller-perl/current.

Removed:
    branches/upstream/libdevel-caller-perl/current/._Caller.xs
    branches/upstream/libdevel-caller-perl/current/._Changes
    branches/upstream/libdevel-caller-perl/current/lib/Devel/._Caller.pm
Modified:
    branches/upstream/libdevel-caller-perl/current/Changes
    branches/upstream/libdevel-caller-perl/current/META.yml
    branches/upstream/libdevel-caller-perl/current/lib/Devel/Caller.pm

Modified: branches/upstream/libdevel-caller-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-caller-perl/current/Changes?rev=41196&op=diff
==============================================================================
--- branches/upstream/libdevel-caller-perl/current/Changes (original)
+++ branches/upstream/libdevel-caller-perl/current/Changes Mon Aug  3 08:31:00 2009
@@ -1,3 +1,7 @@
+2.03 Tuesday 8th January, 2008
+	Rerelease from a linux host to avoid hateful OSX and its
+	hateful resource forks http://rt.cpan.org/Ticket/Display.html?id=32154
+
 2.02 Friday 28th December, 2007
 	Make use of INT2PTR macro for great justice! (or 64-bit stuff,
 	it's hard to tell)

Modified: branches/upstream/libdevel-caller-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-caller-perl/current/META.yml?rev=41196&op=diff
==============================================================================
--- branches/upstream/libdevel-caller-perl/current/META.yml (original)
+++ branches/upstream/libdevel-caller-perl/current/META.yml Mon Aug  3 08:31:00 2009
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Devel-Caller
-version:      2.02
+version:      2.03
 version_from: lib/Devel/Caller.pm
 installdirs:  site
 requires:
@@ -9,4 +9,4 @@
     Test::More:                    0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+generated_by: ExtUtils::MakeMaker version 6.17

Modified: branches/upstream/libdevel-caller-perl/current/lib/Devel/Caller.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-caller-perl/current/lib/Devel/Caller.pm?rev=41196&op=diff
==============================================================================
--- branches/upstream/libdevel-caller-perl/current/lib/Devel/Caller.pm (original)
+++ branches/upstream/libdevel-caller-perl/current/lib/Devel/Caller.pm Mon Aug  3 08:31:00 2009
@@ -7,7 +7,7 @@
 use base qw( Exporter  );
 use 5.008;
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 XSLoader::load __PACKAGE__, $VERSION;
 
 our @EXPORT_OK = qw( caller_cv caller_args caller_vars called_with called_as_method );
@@ -235,7 +235,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2002, 2003, 2006, 2007 Richard Clamp. All Rights Reserved.
+Copyright (c) 2002, 2003, 2006, 2007, 2008 Richard Clamp. All Rights Reserved.
 This module is free software. It may be used, redistributed and/or
 modified under the same terms as Perl itself.
 




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