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;
|