File: 02-manpage-has-bad-whatis-entry.patch

package info (click to toggle)
libsys-hostip-perl 1.98-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 26
  • sloc: perl: 210; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Add missing NAME section to POD
 This allows a good whatis entry to be created from the POD content
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://github.com/xsawyerx/sys-hostip/pull/9
Last-Update: 2016-09-22
---
--- a/lib/Sys/HostIP.pm
+++ b/lib/Sys/HostIP.pm
@@ -281,6 +281,10 @@
 
 __END__
 
+=head1 NAME
+
+Sys::HostIP - Try extra hard to get IP address related info
+
 =head1 SYNOPSIS
 
     use Sys::HostIP;