r55736 - in /trunk/libdancer-perl/debian/patches: ./ fix-pod-spelling.patch fix-pod-whatis.patch series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Apr 8 14:59:23 UTC 2010


Author: jawnsy-guest
Date: Thu Apr  8 14:59:13 2010
New Revision: 55736

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55736
Log:
add patches to prepare for release

Added:
    trunk/libdancer-perl/debian/patches/
    trunk/libdancer-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdancer-perl/debian/patches/fix-pod-whatis.patch
    trunk/libdancer-perl/debian/patches/series

Added: trunk/libdancer-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/fix-pod-spelling.patch?rev=55736&op=file
==============================================================================
--- trunk/libdancer-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdancer-perl/debian/patches/fix-pod-spelling.patch Thu Apr  8 14:59:13 2010
@@ -1,0 +1,24 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Dancer/Request.pm
++++ b/lib/Dancer/Request.pm
+@@ -490,7 +490,7 @@
+ 
+ =head2 env()
+ 
+-Return the current environement (C<%ENV>), as a hashref.
++Return the current environment (C<%ENV>), as a hashref.
+ 
+ =head2 uploads()
+ 
+@@ -500,7 +500,7 @@
+ 
+ =head2 HTTP environment variables
+ 
+-All HTTP environement variables that are in %ENV will be provided in the
++All HTTP environment variables that are in %ENV will be provided in the
+ Dancer::Request object through specific accessors, here are those supported:
+ 
+ =over 4

Added: trunk/libdancer-perl/debian/patches/fix-pod-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/fix-pod-whatis.patch?rev=55736&op=file
==============================================================================
--- trunk/libdancer-perl/debian/patches/fix-pod-whatis.patch (added)
+++ trunk/libdancer-perl/debian/patches/fix-pod-whatis.patch Thu Apr  8 14:59:13 2010
@@ -1,0 +1,37 @@
+Description: add POD whatis entries
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Dancer/Config.pm
++++ b/lib/Dancer/Config.pm
+@@ -140,7 +140,7 @@
+ 
+ =head1 NAME
+ 
+-Dancer::Config
++Dancer::Config - Setting registry for Dancer
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Dancer/HTTP.pm
++++ b/lib/Dancer/HTTP.pm
+@@ -88,7 +88,7 @@
+ 
+ =head1 NAME
+ 
+-Dancer::HTTP
++Dancer::HTTP - helper for rendering HTTP status codes
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Dancer/Request.pm
++++ b/lib/Dancer/Request.pm
+@@ -405,7 +405,7 @@
+ 
+ =head1 NAME
+ 
+-Dancer::Request
++Dancer::Request - interface for accessing incoming requests
+ 
+ =head1 DESCRIPTION
+ 

Added: trunk/libdancer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/series?rev=55736&op=file
==============================================================================
--- trunk/libdancer-perl/debian/patches/series (added)
+++ trunk/libdancer-perl/debian/patches/series Thu Apr  8 14:59:13 2010
@@ -1,0 +1,2 @@
+fix-pod-spelling.patch
+pod-whatis.patch




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