Subject: | missing whatis entry for Test/Output/Tie.pm |
Hi,
the file Test/Output/Tie.pm has a missing whatis entry, that means that
it does not contain the NAME header followed by the module name, dash
and a small description.
While packaging your module for debian I've added it, please use the
following patch or amend it if you feel that the description should be
different :-)
-----------------------------------
PATCH START
-----------------------------------
--- libtest-output-perl-0.12.orig/lib/Test/Output/Tie.pm 2009-03-07
11:18:49.000000000 +0000
+++ libtest-output-perl-0.12/lib/Test/Output/Tie.pm 2009-03-07
11:19:57.000000000 +0000
@@ -5,6 +5,10 @@
use strict;
use warnings;
+=head1 NAME
+
+Test::Output::Tie - module used by Test::Output to tie STDIN and STDOUT
+
=head1 DESCRIPTION
You are probably more interested in reading Test::Output.
---------------------
PATCH END
---------------------
Cheers
Antonio