r72433 - in /trunk/libmodule-starter-perl/debian: changelog patches/ patches/pod.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Apr 9 22:36:53 UTC 2011


Author: periapt-guest
Date: Sat Apr  9 22:36:45 2011
New Revision: 72433

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72433
Log:
Added patch for grammatical error in pod

Added:
    trunk/libmodule-starter-perl/debian/patches/
    trunk/libmodule-starter-perl/debian/patches/pod.patch
    trunk/libmodule-starter-perl/debian/patches/series
Modified:
    trunk/libmodule-starter-perl/debian/changelog

Modified: trunk/libmodule-starter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-perl/debian/changelog?rev=72433&op=diff
==============================================================================
--- trunk/libmodule-starter-perl/debian/changelog (original)
+++ trunk/libmodule-starter-perl/debian/changelog Sat Apr  9 22:36:45 2011
@@ -5,6 +5,7 @@
   * Updated standards version to 3.9.1
   * Refreshed copyright
   * Added debian/source/format
+  * Added patch for grammatical error in pod
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 09 Apr 2011 23:09:02 +0100
 

Added: trunk/libmodule-starter-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-perl/debian/patches/pod.patch?rev=72433&op=file
==============================================================================
--- trunk/libmodule-starter-perl/debian/patches/pod.patch (added)
+++ trunk/libmodule-starter-perl/debian/patches/pod.patch Sat Apr  9 22:36:45 2011
@@ -1,0 +1,15 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: no
+Subject: grammatical error
+Last-Update: 2011-04-09
+--- a/lib/Module/Starter.pm
++++ b/lib/Module/Starter.pm
+@@ -61,7 +61,7 @@
+     verbose      => $verbose,  # bool: print progress messages; defaults to 0
+     force        => $force     # bool: overwrite existing files; defaults to 0
+ 
+-The ignores_type is a new feature that allows to create SCM-specific ignore files.
++The ignores_type is a new feature that allows one to create SCM-specific ignore files.
+ These are the mappings:
+ 
+     ignores_type => 'generic'  # default, creates 'ignore.txt'

Added: trunk/libmodule-starter-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-perl/debian/patches/series?rev=72433&op=file
==============================================================================
--- trunk/libmodule-starter-perl/debian/patches/series (added)
+++ trunk/libmodule-starter-perl/debian/patches/series Sat Apr  9 22:36:45 2011
@@ -1,0 +1,1 @@
+pod.patch




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