r54257 - in /trunk/libwww-facebook-api-perl/debian: changelog patches/fix-pod.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Mar 13 22:02:54 UTC 2010


Author: jawnsy-guest
Date: Sat Mar 13 22:01:55 2010
New Revision: 54257

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54257
Log:
Add a patch to fix POD issues (C<< instead of C<)

Added:
    trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch
Modified:
    trunk/libwww-facebook-api-perl/debian/changelog
    trunk/libwww-facebook-api-perl/debian/patches/series

Modified: trunk/libwww-facebook-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/changelog?rev=54257&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/changelog (original)
+++ trunk/libwww-facebook-api-perl/debian/changelog Sat Mar 13 22:01:55 2010
@@ -1,4 +1,4 @@
-libwww-facebook-api-perl (0.4.18-1) unstable; urgency=low
+libwww-facebook-api-perl (0.4.18-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Update copyright information
@@ -6,6 +6,7 @@
   * Standards-Version 3.8.4 (no changes)
   * Remove POD test modules from B-D-I
   * Add patch to fix POD spelling errors
+  * Add a patch to fix POD issues (C<< instead of C<)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 13 Mar 2010 17:12:20 -0500
 

Added: trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch?rev=54257&op=file
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch Sat Mar 13 22:01:55 2010
@@ -1,0 +1,31 @@
+Description: fix POD (drop C<> blocks from diagnostics section)
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/WWW/Facebook/API/Auth.pm
++++ b/lib/WWW/Facebook/API/Auth.pm
+@@ -253,7 +253,7 @@
+ 
+ =over
+ 
+-=item C< Token needed for call to get_session >
++=item C<< Token needed for call to get_session >>
+ 
+ You are running a desktop app and you did not pass a token into get_session.
+ You can create a token by calling create_token() or (better) login().
+@@ -262,13 +262,13 @@
+ web app. When the user does so, an auth_token will be returned (as a
+ parameter) to your callback url. Use that auth_token for the session.
+ 
+-=item C< Don't know how to open browser for the system %s >
++=item C<< Don't know how to open browser for the system %s >>
+ 
+ The module doesn't know the command to use to open a browser on the given
+ system. If you passed in C<browser> to login(), it can use that string as the
+ command to execute to open the login url.
+ 
+-=item C< Cannot use login method with web app >
++=item C<< Cannot use login method with web app >>
+ 
+ The login() method is not able to be used to sign in when using a web app. See
+ the Facebook TOS A.9.iv.

Modified: trunk/libwww-facebook-api-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/patches/series?rev=54257&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/series (original)
+++ trunk/libwww-facebook-api-perl/debian/patches/series Sat Mar 13 22:01:55 2010
@@ -1,2 +1,3 @@
 manpage-errors.patch
 fix-pod-spelling.patch
+fix-pod.patch




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