r57905 - in /trunk/libmoosex-traits-perl: Changes META.yml README debian/changelog debian/patches/ lib/MooseX/Traits.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri May 14 01:39:03 UTC 2010


Author: ansgar-guest
Date: Fri May 14 01:38:57 2010
New Revision: 57905

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57905
Log:
New upstream release.
Drop patch fix-pod-spelling.patch: applied upstream.

Removed:
    trunk/libmoosex-traits-perl/debian/patches/
Modified:
    trunk/libmoosex-traits-perl/Changes
    trunk/libmoosex-traits-perl/META.yml
    trunk/libmoosex-traits-perl/README
    trunk/libmoosex-traits-perl/debian/changelog
    trunk/libmoosex-traits-perl/lib/MooseX/Traits.pm

Modified: trunk/libmoosex-traits-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-perl/Changes?rev=57905&op=diff
==============================================================================
--- trunk/libmoosex-traits-perl/Changes (original)
+++ trunk/libmoosex-traits-perl/Changes Fri May 14 01:38:57 2010
@@ -1,3 +1,6 @@
+0.11   THu May 13 14:31:00 CEST 2010
+        - Fix doc typo. jawnsy++
+
 0.10   Wed May 12 17:53:56 CEST 2010
         - Stop pretending the created classes are anonymous.
           They used to close over their own metaclass, so they were never

Modified: trunk/libmoosex-traits-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-perl/META.yml?rev=57905&op=diff
==============================================================================
--- trunk/libmoosex-traits-perl/META.yml (original)
+++ trunk/libmoosex-traits-perl/META.yml Fri May 14 01:38:57 2010
@@ -29,4 +29,4 @@
   namespace::autoclean: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.10
+version: 0.11

Modified: trunk/libmoosex-traits-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-perl/README?rev=57905&op=diff
==============================================================================
--- trunk/libmoosex-traits-perl/README (original)
+++ trunk/libmoosex-traits-perl/README Fri May 14 01:38:57 2010
@@ -32,7 +32,7 @@
     can just create a new class from yours with "with_traits", and then
     instantiate that.
 
-    There is also "new_with_traits", which exists for compatability reasons.
+    There is also "new_with_traits", which exists for compatibility reasons.
     It accepts a "traits" parameter, creates a new class with those traits,
     and then insantiates it.
 

Modified: trunk/libmoosex-traits-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-perl/debian/changelog?rev=57905&op=diff
==============================================================================
--- trunk/libmoosex-traits-perl/debian/changelog (original)
+++ trunk/libmoosex-traits-perl/debian/changelog Fri May 14 01:38:57 2010
@@ -1,11 +1,12 @@
-libmoosex-traits-perl (0.10-1) unstable; urgency=low
+libmoosex-traits-perl (0.11-1) unstable; urgency=low
 
   * New upstream release.
   * Bump build-dep, recommends on libmoosex-role-parameterized-perl
     to >= 0.13.
+  * Drop patch fix-pod-spelling.patch: applied upstream.
   * Add myself to Uploaders.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 13 May 2010 21:23:53 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 14 May 2010 10:38:26 +0900
 
 libmoosex-traits-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libmoosex-traits-perl/lib/MooseX/Traits.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-perl/lib/MooseX/Traits.pm?rev=57905&op=diff
==============================================================================
--- trunk/libmoosex-traits-perl/lib/MooseX/Traits.pm (original)
+++ trunk/libmoosex-traits-perl/lib/MooseX/Traits.pm Fri May 14 01:38:57 2010
@@ -8,7 +8,7 @@
 
 use namespace::autoclean;
 
-our $VERSION   = '0.10';
+our $VERSION   = '0.11';
 our $AUTHORITY = 'id:JROCKWAY';
 
 has '_trait_namespace' => (
@@ -126,7 +126,7 @@
 one-by-one, he can just create a new class from yours with
 C<with_traits>, and then instantiate that.
 
-There is also C<new_with_traits>, which exists for compatability
+There is also C<new_with_traits>, which exists for compatibility
 reasons.  It accepts a C<traits> parameter, creates a new class with
 those traits, and then insantiates it.
 




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