r70282 - in /trunk/libdancer-perl/debian: changelog patches/pod-spelling.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Mar 3 04:30:13 UTC 2011


Author: jawnsy-guest
Date: Thu Mar  3 04:29:58 2011
New Revision: 70282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70282
Log:
looks good, dch -r

Modified:
    trunk/libdancer-perl/debian/changelog
    trunk/libdancer-perl/debian/patches/pod-spelling.patch

Modified: trunk/libdancer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/changelog?rev=70282&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/changelog (original)
+++ trunk/libdancer-perl/debian/changelog Thu Mar  3 04:29:58 2011
@@ -1,10 +1,11 @@
-libdancer-perl (1.3012+dfsg-1) UNRELEASED; urgency=low
+libdancer-perl (1.3012+dfsg-1) unstable; urgency=low
 
   * New upstream release
   * Bump to debhelper compat 8
   * Now requires Test::More 0.94
+  * Refresh spelling patch
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Mar 2011 23:26:18 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Mar 2011 23:54:04 -0500
 
 libdancer-perl (1.3011+dfsg-1) unstable; urgency=low
 

Modified: trunk/libdancer-perl/debian/patches/pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/pod-spelling.patch?rev=70282&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/patches/pod-spelling.patch (original)
+++ trunk/libdancer-perl/debian/patches/pod-spelling.patch Thu Mar  3 04:29:58 2011
@@ -6,7 +6,7 @@
 
 --- a/lib/Dancer/Request.pm
 +++ b/lib/Dancer/Request.pm
-@@ -501,7 +501,7 @@
+@@ -519,7 +519,7 @@
  
  =head2 new_for_request($method, $path, $params, $body, $headers)
  
@@ -14,7 +14,7 @@
 +An alternate constructor convenient for test scripts which creates a request
  object with the arguments given.
  
- =head2 to_string()
+ =head2 forward($request, $new_location)
 --- a/lib/Dancer/Development/Integration.pod
 +++ b/lib/Dancer/Development/Integration.pod
 @@ -53,7 +53,7 @@
@@ -28,7 +28,7 @@
  
 --- a/lib/Dancer/FileUtils.pm
 +++ b/lib/Dancer/FileUtils.pm
-@@ -145,7 +145,7 @@
+@@ -151,7 +151,7 @@
  Returns either the content of a file (whose filename is the input), I<undef>
  if the file could not be opened.
  
@@ -37,3 +37,14 @@
  Scalar context returns the entire contents of the file.
  
  =head2 read_glob_content
+--- a/lib/Dancer/Deprecation.pm
++++ b/lib/Dancer/Deprecation.pm
+@@ -65,7 +65,7 @@
+ 
+ =back
+ 
+-You can call the method with no arguments, and a default message using informations from C<caller> will be build for you.
++You can call the method with no arguments, and a default message using information from C<caller> will be build for you.
+ 
+ =head1 LICENSE
+ 




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