r43488 - in /branches/upstream/libmoosex-singleton-perl/current: ChangeLog META.yml README lib/MooseX/Singleton.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Sep 2 14:33:48 UTC 2009


Author: jawnsy-guest
Date: Wed Sep  2 14:33:35 2009
New Revision: 43488

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43488
Log:
[svn-upgrade] Integrating new upstream version, libmoosex-singleton-perl (0.19)

Removed:
    branches/upstream/libmoosex-singleton-perl/current/README
Modified:
    branches/upstream/libmoosex-singleton-perl/current/ChangeLog
    branches/upstream/libmoosex-singleton-perl/current/META.yml
    branches/upstream/libmoosex-singleton-perl/current/lib/MooseX/Singleton.pm

Modified: branches/upstream/libmoosex-singleton-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-singleton-perl/current/ChangeLog?rev=43488&op=diff
==============================================================================
--- branches/upstream/libmoosex-singleton-perl/current/ChangeLog (original)
+++ branches/upstream/libmoosex-singleton-perl/current/ChangeLog Wed Sep  2 14:33:35 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension MooseX-Singleton
+
+0.19 2009-07-09
+    - Remove ambiguity about copyright holder (Sartak)
 
 0.18 2009-06-21
     - Changes to work Moose 0.82 (Dave Rolsky)	

Modified: branches/upstream/libmoosex-singleton-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-singleton-perl/current/META.yml?rev=43488&op=diff
==============================================================================
--- branches/upstream/libmoosex-singleton-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-singleton-perl/current/META.yml Wed Sep  2 14:33:35 2009
@@ -23,4 +23,4 @@
   Moose: 0.82
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.18
+version: 0.19

Modified: branches/upstream/libmoosex-singleton-perl/current/lib/MooseX/Singleton.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-singleton-perl/current/lib/MooseX/Singleton.pm?rev=43488&op=diff
==============================================================================
--- branches/upstream/libmoosex-singleton-perl/current/lib/MooseX/Singleton.pm (original)
+++ branches/upstream/libmoosex-singleton-perl/current/lib/MooseX/Singleton.pm Wed Sep  2 14:33:35 2009
@@ -5,7 +5,7 @@
 use MooseX::Singleton::Object;
 use MooseX::Singleton::Meta::Class;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 $VERSION = eval $VERSION;
 
 Moose::Exporter->setup_import_methods( also => 'Moose' );




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