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

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


Author: jawnsy-guest
Date: Sat Mar 13 22:44:31 2010
New Revision: 54258

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54258
Log:
Add a patch to fix problems with diagnostics POD section

Added:
    trunk/libwww-facebook-api-perl/debian/patches/fix-pod-diagnostics.patch
      - copied, changed from r54257, trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch
Removed:
    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=54258&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/changelog (original)
+++ trunk/libwww-facebook-api-perl/debian/changelog Sat Mar 13 22:44:31 2010
@@ -6,7 +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<)
+  * Add a patch to fix problems with diagnostics POD section
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 13 Mar 2010 17:12:20 -0500
 

Copied: trunk/libwww-facebook-api-perl/debian/patches/fix-pod-diagnostics.patch (from r54257, 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-diagnostics.patch?rev=54258&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libwww-facebook-api-perl/debian/patches/fix-pod-diagnostics.patch Sat Mar 13 22:44:31 2010
@@ -9,7 +9,7 @@
  =over
  
 -=item C< Token needed for call to get_session >
-+=item C<< Token needed for call to get_session >>
++=item 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().
@@ -18,14 +18,73 @@
  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 >>
++=item 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 >>
++=item 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.
+--- a/lib/WWW/Facebook/API.pm
++++ b/lib/WWW/Facebook/API.pm
+@@ -1280,38 +1280,38 @@
+ 
+ =over
+ 
+-=item C<< Unable to load JSON module for parsing: %s >>
++=item Unable to load JSON module for parsing: %s
+ 
+ L<JSON::Any> was not able to load one of the JSON modules it uses to parse
+ JSON. Please make sure you have one (of the several) JSON modules it can use
+ installed.
+ 
+-=item C<< Error during REST call: %s >>
++=item Error during REST call: %s
+ 
+ This means that there's most likely an error in the server you are using to
+ communicate to the Facebook REST server. Look at the traceback to determine
+ why an error was thrown. Double-check that C<server_uri> is set to the right
+ location.
+ 
+-=item C<< Cannot create namespace %s: %s >>
++=item Cannot create namespace %s: %s
+ 
+ Cannot create the needed subclass method. Contact the developer to report.
+ 
+-=item C<< Cannot create attribute %s: %s >>
++=item Cannot create attribute %s: %s
+ 
+ Cannot create the needed attribute method. Contact the developer to report.
+ 
+-=item C<<_format_and_check_params must be called in list context!>>
++=item _format_and_check_params must be called in list context!
+ 
+ You're using a private method call and you're not calling it in list context.
+ It returns a list of items, all of which should be interesting to you.
+ 
+-=item C<< Cannot open %s >>
++=item Cannot open %s
+ 
+ Cannot open the configuration file. Make sure the filename is correct and that
+ the program has the appropriate permissions.
+ 
+-=item C<< Cannot close %s >>
++=item Cannot close %s
+ 
+ Cannot close the configuration file. Make sure the filename is correct and
+ that the program has the appropriate permissions.
+--- a/lib/WWW/Facebook/API/Canvas.pm
++++ b/lib/WWW/Facebook/API/Canvas.pm
+@@ -202,7 +202,7 @@
+ 
+ =over
+ 
+-=item C<< Multiple values for %s. Are you using POST for forms? >>
++=item Multiple values for %s. Are you using POST for forms?
+ 
+ Your forms are most likely using GET rather than POST to the Facebook URLs.
+ Change your forms to using POST and the problem should be resolved. (See

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=54258&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/series (original)
+++ trunk/libwww-facebook-api-perl/debian/patches/series Sat Mar 13 22:44:31 2010
@@ -1,3 +1,3 @@
 manpage-errors.patch
 fix-pod-spelling.patch
-fix-pod.patch
+fix-pod-diagnostics.patch




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