r67992 - in /trunk/libclass-inspector-perl/debian: changelog patches/ patches/pod.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jan 28 21:46:48 UTC 2011


Author: periapt-guest
Date: Fri Jan 28 21:46:39 2011
New Revision: 67992

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67992
Log:
Added patch to fix spelling errors

Added:
    trunk/libclass-inspector-perl/debian/patches/
    trunk/libclass-inspector-perl/debian/patches/pod.patch
    trunk/libclass-inspector-perl/debian/patches/series
Modified:
    trunk/libclass-inspector-perl/debian/changelog

Modified: trunk/libclass-inspector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inspector-perl/debian/changelog?rev=67992&op=diff
==============================================================================
--- trunk/libclass-inspector-perl/debian/changelog (original)
+++ trunk/libclass-inspector-perl/debian/changelog Fri Jan 28 21:46:39 2011
@@ -19,6 +19,7 @@
   * Added debian/source/format
   * Email change: gregor herrmann -> gregoa at debian.org
   * Refreshed copyright using experimental dh-make-perl
+  * Added patch to fix spelling errors
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 28 Jan 2011 20:37:53 +0000
 

Added: trunk/libclass-inspector-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inspector-perl/debian/patches/pod.patch?rev=67992&op=file
==============================================================================
--- trunk/libclass-inspector-perl/debian/patches/pod.patch (added)
+++ trunk/libclass-inspector-perl/debian/patches/pod.patch Fri Jan 28 21:46:39 2011
@@ -1,0 +1,20 @@
+--- a/lib/Class/Inspector.pm
++++ b/lib/Class/Inspector.pm
+@@ -151,7 +151,7 @@
+   print Class->filename( 'Foo::Bar' );
+   > Foo/Bar.pm
+ 
+-This filename will be returned with the right seperator for the local
++This filename will be returned with the right separator for the local
+ platform, and should work on all platforms.
+ 
+ Returns the filename on success or C<undef> if the class name is invalid.
+@@ -355,7 +355,7 @@
+ The C<expanded> option will cause a lot more information about method to be 
+ returned. Instead of just the method name, you will instead get an array
+ reference containing the method name as a single combined name, ala C<full>,
+-the seperate class and method, and a CODE ref to the actual function ( if
++the separate class and method, and a CODE ref to the actual function ( if
+ available ). Please note that the function reference is not guarenteed to 
+ be available. C<Class::Inspector> is intended at some later time, work 
+ with modules that have some some of common run-time loader in place ( e.g

Added: trunk/libclass-inspector-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inspector-perl/debian/patches/series?rev=67992&op=file
==============================================================================
--- trunk/libclass-inspector-perl/debian/patches/series (added)
+++ trunk/libclass-inspector-perl/debian/patches/series Fri Jan 28 21:46:39 2011
@@ -1,0 +1,1 @@
+pod.patch




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