r38305 - in /branches/upstream/libmouse-perl/current: Changes MANIFEST META.yml SIGNATURE lib/Mouse.pm lib/Mouse/Tiny.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jun 19 23:08:00 UTC 2009


Author: ryan52-guest
Date: Fri Jun 19 23:07:55 2009
New Revision: 38305

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

Removed:
    branches/upstream/libmouse-perl/current/SIGNATURE
Modified:
    branches/upstream/libmouse-perl/current/Changes
    branches/upstream/libmouse-perl/current/MANIFEST
    branches/upstream/libmouse-perl/current/META.yml
    branches/upstream/libmouse-perl/current/lib/Mouse.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pm

Modified: branches/upstream/libmouse-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/Changes?rev=38305&op=diff
==============================================================================
--- branches/upstream/libmouse-perl/current/Changes (original)
+++ branches/upstream/libmouse-perl/current/Changes Fri Jun 19 23:07:55 2009
@@ -1,4 +1,7 @@
 Revision history for Mouse
+
+0.25 Fri Jun 19 12:05:42 2009
+    * Fix SIGNATURE (reported by daxim) ... by removing it :)
 
 0.24 Mon Jun 15 14:47:18 2009
     * Moose's construct_instance is deprecated, use new_object (tokuhirom)

Modified: branches/upstream/libmouse-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/MANIFEST?rev=38305&op=diff
==============================================================================
--- branches/upstream/libmouse-perl/current/MANIFEST (original)
+++ branches/upstream/libmouse-perl/current/MANIFEST Fri Jun 19 23:07:55 2009
@@ -34,7 +34,6 @@
 Makefile.PL
 MANIFEST			This list of files
 META.yml
-SIGNATURE
 t/000-load.t
 t/000-recipes/001_point.t
 t/000-recipes/002_schwartz_tutorial.t

Modified: branches/upstream/libmouse-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/META.yml?rev=38305&op=diff
==============================================================================
--- branches/upstream/libmouse-perl/current/META.yml (original)
+++ branches/upstream/libmouse-perl/current/META.yml Fri Jun 19 23:07:55 2009
@@ -25,4 +25,4 @@
   perl: 5.6.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.24
+version: 0.25

Modified: branches/upstream/libmouse-perl/current/lib/Mouse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse.pm?rev=38305&op=diff
==============================================================================
--- branches/upstream/libmouse-perl/current/lib/Mouse.pm (original)
+++ branches/upstream/libmouse-perl/current/lib/Mouse.pm Fri Jun 19 23:07:55 2009
@@ -4,7 +4,7 @@
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pm?rev=38305&op=diff
==============================================================================
--- branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pm (original)
+++ branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pm Fri Jun 19 23:07:55 2009
@@ -227,7 +227,7 @@
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';




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