r57900 - in /branches/upstream/libmoosex-traits-perl/current: Changes META.yml README lib/MooseX/Traits.pm

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


Author: ansgar-guest
Date: Fri May 14 01:30:12 2010
New Revision: 57900

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

Modified:
    branches/upstream/libmoosex-traits-perl/current/Changes
    branches/upstream/libmoosex-traits-perl/current/META.yml
    branches/upstream/libmoosex-traits-perl/current/README
    branches/upstream/libmoosex-traits-perl/current/lib/MooseX/Traits.pm

Modified: branches/upstream/libmoosex-traits-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-traits-perl/current/Changes?rev=57900&op=diff
==============================================================================
--- branches/upstream/libmoosex-traits-perl/current/Changes (original)
+++ branches/upstream/libmoosex-traits-perl/current/Changes Fri May 14 01:30:12 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: branches/upstream/libmoosex-traits-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-traits-perl/current/META.yml?rev=57900&op=diff
==============================================================================
--- branches/upstream/libmoosex-traits-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-traits-perl/current/META.yml Fri May 14 01:30:12 2010
@@ -29,4 +29,4 @@
   namespace::autoclean: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.10
+version: 0.11

Modified: branches/upstream/libmoosex-traits-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-traits-perl/current/README?rev=57900&op=diff
==============================================================================
--- branches/upstream/libmoosex-traits-perl/current/README (original)
+++ branches/upstream/libmoosex-traits-perl/current/README Fri May 14 01:30:12 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: branches/upstream/libmoosex-traits-perl/current/lib/MooseX/Traits.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-traits-perl/current/lib/MooseX/Traits.pm?rev=57900&op=diff
==============================================================================
--- branches/upstream/libmoosex-traits-perl/current/lib/MooseX/Traits.pm (original)
+++ branches/upstream/libmoosex-traits-perl/current/lib/MooseX/Traits.pm Fri May 14 01:30:12 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