r70483 - in /trunk/libclass-c3-perl/debian: changelog patches/fix-pod-spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 5 17:15:53 UTC 2011


Author: gregoa
Date: Sat Mar  5 17:15:14 2011
New Revision: 70483

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70483
Log:
Update fix-pod-spelling.patch.

Modified:
    trunk/libclass-c3-perl/debian/changelog
    trunk/libclass-c3-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libclass-c3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/changelog?rev=70483&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/changelog (original)
+++ trunk/libclass-c3-perl/debian/changelog Sat Mar  5 17:15:14 2011
@@ -1,8 +1,6 @@
 libclass-c3-perl (0.23-1) UNRELEASED; urgency=low
 
   [ Krzysztof Krzyżaniak (eloy) ]
-  TODO review patch
-  
   * New upstream release
   * Switch to dpkg-source 3.0 (quilt) format
   * Update dates in debian/copyright file
@@ -10,6 +8,7 @@
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
+  * Update fix-pod-spelling.patch.
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Mon, 21 Jun 2010 18:20:11 +0200
 

Modified: trunk/libclass-c3-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/patches/fix-pod-spelling.patch?rev=70483&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libclass-c3-perl/debian/patches/fix-pod-spelling.patch Sat Mar  5 17:15:14 2011
@@ -1,13 +1,25 @@
 Description: fix POD spelling
-Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-03-05
+
 --- a/lib/Class/C3.pm
 +++ b/lib/Class/C3.pm
+@@ -34,7 +34,7 @@
+ # this:
+ #
+ #   $MRO{$class} = {
+-#      MRO => [ <class precendence list> ],
++#      MRO => [ <class precedence list> ],
+ #      methods => {
+ #          orig => <original location of method>,
+ #          code => \&<ref to original method>
 @@ -280,13 +280,13 @@
  
  C3 is the name of an algorithm which aims to provide a sane method resolution order under multiple
- inheritence. It was first introduced in the langauge Dylan (see links in the L<SEE ALSO> section),
+ inheritance. It was first introduced in the langauge Dylan (see links in the L<SEE ALSO> section),
 -and then later adopted as the prefered MRO (Method Resolution Order) for the new-style classes in
 +and then later adopted as the preferred MRO (Method Resolution Order) for the new-style classes in
  Python 2.3. Most recently it has been adopted as the 'canonical' MRO for Perl 6 classes, and the
@@ -17,7 +29,7 @@
  
 -C3 works by always preserving local precendence ordering. This essentially means that no class will
 +C3 works by always preserving local precedence ordering. This essentially means that no class will
- appear before any of it's subclasses. Take the classic diamond inheritence pattern for instance:
+ appear before any of its subclasses. Take the classic diamond inheritance pattern for instance:
  
       <A>
 @@ -340,7 +340,7 @@
@@ -33,11 +45,11 @@
  
  =item Use of C<SUPER::>.
  
--The idea of C<SUPER::> under multiple inheritence is ambigious, and generally not recomended anyway.
-+The idea of C<SUPER::> under multiple inheritence is ambiguous, and generally not recomended anyway.
- However, it's use in conjuntion with this module is very much not recommended, and in fact very
+-The idea of C<SUPER::> under multiple inheritance is ambigious, and generally not recomended anyway.
++The idea of C<SUPER::> under multiple inheritance is ambiguous, and generally not recomended anyway.
+ However, its use in conjuntion with this module is very much not recommended, and in fact very
  discouraged. The recommended approach is to instead use the supplied C<next::method> feature, see
- more details on it's usage above.
+ more details on its usage above.
 --- a/lib/Class/C3/next.pm
 +++ b/lib/Class/C3/next.pm
 @@ -83,7 +83,7 @@




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