File: bad-manpage-perlbal-util

package info (click to toggle)
perlbal 1.80-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,264 kB
  • sloc: perl: 11,215; sh: 98; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: fix bad manpage syntax
 W: libperlbal-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Perlbal::Util.3pm.gz
Author: Jonathan Steinert <deb@hachi.kuiki.net>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-05-16
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104475
Bug: https://rt.cpan.org/Ticket/Display.html?id=104475

--- a/lib/Perlbal/Util.pm
+++ b/lib/Perlbal/Util.pm
@@ -1,6 +1,12 @@
 # misc util functions
 #
 
+=head1 NAME
+
+Perlbal::Util - Utility functions internal to Perlbal
+
+=cut
+
 package Perlbal::Util;
 use strict;
 use warnings;