r75171 - in /trunk/libload-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 5 15:05:39 UTC 2011


Author: gregoa
Date: Sun Jun  5 15:05:23 2011
New Revision: 75171

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75171
Log:
Add a patch to fix a spelling mistake.

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

Modified: trunk/libload-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/changelog?rev=75171&op=diff
==============================================================================
--- trunk/libload-perl/debian/changelog (original)
+++ trunk/libload-perl/debian/changelog Sun Jun  5 15:05:23 2011
@@ -19,6 +19,7 @@
   * Add /me to Uploaders.
   * Improve short description.
   * debian/copyright: update formatting.
+  * Add a patch to fix a spelling mistake.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 28 Dec 2010 13:01:11 -0500
 

Added: trunk/libload-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/patches/series?rev=75171&op=file
==============================================================================
--- trunk/libload-perl/debian/patches/series (added)
+++ trunk/libload-perl/debian/patches/series Sun Jun  5 15:05:23 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libload-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/patches/spelling.patch?rev=75171&op=file
==============================================================================
--- trunk/libload-perl/debian/patches/spelling.patch (added)
+++ trunk/libload-perl/debian/patches/spelling.patch Sun Jun  5 15:05:23 2011
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-06-05
+
+--- a/lib/load.pm
++++ b/lib/load.pm
+@@ -814,7 +814,7 @@
+ base class.  Also implicitely specifies the "dontscan" keyword, causing the
+ source of the module to be scanned only when the first not yet loaded
+ subroutine is about to be executed.  If you only want to have the "inherit"
+-keyword functionality, then you must specify that explicitely:
++keyword functionality, then you must specify that explicitly:
+ 
+  package Your::Module::Adapted;
+  @ISA = qw(Your::Module);




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