1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix syntax error in manpage generated by pod2man, patch
forwarded and accepted by upstream but not released yet
Origin: vendor
Forwarded: http://code.google.com/p/vuser/issues/detail?id=12&can=1
Author: Joenio Costa <joenio@colivre.coop.br>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-04-29
--- a/lib/VUser/Google/ApiProtocol.pm
+++ b/lib/VUser/Google/ApiProtocol.pm
@@ -199,6 +199,7 @@
If set to a true value, C<Login()> will refresh the authentication token
even if it's not necessary.
+
=back
=head2 Read-only members
|