File: fix-bad-whatis.patch

package info (click to toggle)
liboauth-lite2-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: perl: 2,658; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: update pod
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: https://github.com/ritou/p5-oauth-lite2/pull/10
Bug: https://github.com/ritou/p5-oauth-lite2/pull/10
Last-Update: 2023-02-04

diff --git a/lib/OAuth/Lite2/Client/TokenResponseParser.pm b/lib/OAuth/Lite2/Client/TokenResponseParser.pm
index b9283b5..391fb89 100644
--- a/lib/OAuth/Lite2/Client/TokenResponseParser.pm
+++ b/lib/OAuth/Lite2/Client/TokenResponseParser.pm
@@ -57,5 +57,10 @@ sub parse {
     return $token;
 }
 
+=head1 NAME
+
+OAuth::Lite2::Client::TokenResponseParser - OAuth 2.0 TokenResponseParser module for Client
+
+=cut
 
 1;