File: pod-synopsis.patch

package info (click to toggle)
libjson-multivalueordered-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 228 kB
  • ctags: 93
  • sloc: perl: 488; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 894 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
23
24
25
26
27
28
Description: fix synopsis / whatis entry
 and remove a word while we're there
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-10-13
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99466
Bug: https://rt.cpan.org/Ticket/Display.html?id=99466

--- a/lib/JSON/Tiny/Subclassable.pm
+++ b/lib/JSON/Tiny/Subclassable.pm
@@ -448,7 +448,7 @@
 
 =head1 NAME
 
-JSON::Tiny::Subclassable
+JSON::Tiny::Subclassable - subclass of JSON::Tiny which in practice is a fork
 
 =head1 DESCRIPTION
 
@@ -464,7 +464,7 @@
 
 The other tiny added feature is to support pretty indented output.
 
-This module was written was to make developing L<JSON::MultiValueOrdered>
+This module was written to make developing L<JSON::MultiValueOrdered>
 simpler, but it may be of some use for other purposes as well.
 
 JSON::Tiny::Subclassable is a subclass of L<JSON::Tiny>, which is itself a