File: fix-bad-whatis-entry.patch

package info (click to toggle)
libmoosex-types-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 1,306; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix the manpage-has-bad-whatis-entry lintian warning for
 MooseX::Types::UndefinedType.
Origin: vendor
Forwarded: no
Author: Alessandro Ghedini <al3xbio@gmail.com>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-06-08

--- a/lib/MooseX/Types/UndefinedType.pm
+++ b/lib/MooseX/Types/UndefinedType.pm
@@ -11,6 +11,9 @@
 
 use overload '""'     => sub { shift->name },
              fallback => 1;
+=head1 NAME
+
+MooseX::Types::UndefinedType - Represents a not yet defined type
 
 =head1 DESCRIPTION