r69553 - in /trunk/libclass-meta-perl/debian: changelog patches/ patches/series patches/spelling.patch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Thu Feb 24 23:29:37 UTC 2011


Author: roam-guest
Date: Thu Feb 24 23:29:27 2011
New Revision: 69553

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69553
Log:
Fix two spelling mistakes and a grammatical one.

Added:
    trunk/libclass-meta-perl/debian/patches/
    trunk/libclass-meta-perl/debian/patches/series
    trunk/libclass-meta-perl/debian/patches/spelling.patch
Modified:
    trunk/libclass-meta-perl/debian/changelog

Modified: trunk/libclass-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/changelog?rev=69553&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/changelog (original)
+++ trunk/libclass-meta-perl/debian/changelog Thu Feb 24 23:29:27 2011
@@ -15,6 +15,7 @@
     - update it to the latest DEP 5 candidate format
     - refer to Debian (not just GNU/Linux) systems
   * Bump Standards-Version to 3.9.1 with no changes.
+  * Add spelling.patch to fix two spelling mistakes and a grammatical one.
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 25 Feb 2011 00:43:56 +0200
 

Added: trunk/libclass-meta-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/patches/series?rev=69553&op=file
==============================================================================
--- trunk/libclass-meta-perl/debian/patches/series (added)
+++ trunk/libclass-meta-perl/debian/patches/series Thu Feb 24 23:29:27 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libclass-meta-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/patches/spelling.patch?rev=69553&op=file
==============================================================================
--- trunk/libclass-meta-perl/debian/patches/spelling.patch (added)
+++ trunk/libclass-meta-perl/debian/patches/spelling.patch Thu Feb 24 23:29:27 2011
@@ -1,0 +1,28 @@
+Description: Fix two spelling mistakes and a grammatical one.
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2011-02-24
+
+--- a/lib/Class/Meta.pm
++++ b/lib/Class/Meta.pm
+@@ -69,9 +69,9 @@
+       has  uuid => (
+         authz    => 'READ',
+         required => 1,
+-        deafult  => sub { Data::UUID->new->create_str },
++        default  => sub { Data::UUID->new->create_str },
+       );
+-      has name => ( rquired => 1         );
++      has name => ( required => 1         );
+       has age  => ( is      => 'integer' );
+       method chk_pass => sub { ... }
+   };
+@@ -143,7 +143,7 @@
+ Class::Meta interface itself, well, read on!
+ 
+ I recommend that you create your Class::Meta classes in a C<BEGIN> block.
+-Although this is not strictly necessary, it helps to ensure that the classes
++Although this is not strictly necessary, it helps ensure that the classes
+ you're building are completely constructed and ready to go by the time
+ compilation has completed. Creating classes with Class::Meta is easy, using
+ the Class::Meta object oriented interface. Here is an example of a very simple




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