~ubuntu-branches/ubuntu/wily/libgraph-readwrite-perl/wily

« back to all changes in this revision

Viewing changes to debian/patches/fix-pod2man.patch

  • Committer: Package Import Robot
  • Author(s): Lucas Kanashiro, gregor herrmann, Salvatore Bonaccorso, Lucas Kanashiro
  • Date: 2015-07-24 02:09:33 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150724020933-vt5elkj5rf2nsknf
Tags: 2.07-1
* Team upload.

[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ Lucas Kanashiro ]
* Imported Upstream version 2.07
* debian/control:
  - increase debhelper version to 9
  - bump Standards-Version to 3.9.6
  - add test suite with autopkgtest-pkg-perl
* debian/patches: patch to fix pod2man error
* debian/upstream/metadata: help upstream git integration
* debian/copyright: update upstream copyright date

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix POD documentation of lib/Graph/ReadWrite.pm
 
2
 A '=back' is added without any necessary, breaking the POD standard where any
 
3
 '=item' should be between '=over' and '=back'
 
4
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
 
5
Origin: vendor
 
6
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=106063
 
7
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=106063
 
8
Last-Update: 2015-07-24
 
9
 
 
10
--- a/lib/Graph/ReadWrite.pm
 
11
+++ b/lib/Graph/ReadWrite.pm
 
12
@@ -21,8 +21,6 @@ modules for a specific format:
 
13
 
 
14
 =over 4
 
15
 
 
16
-=back
 
17
-
 
18
 =item * L<Graph::Reader::Dot> -
 
19
 class for reading a Graph instance from Dot format.
 
20