Subject: | Bad whatis entry of Moose::Meta::TypeConstraint::Registry |
Hi,
In version 0.31 of Moose, Moose::Meta::TypeConstraint::Registry contains
bad whatis entry in its manpage.
The attached patch adds " - registry for type constraints" to the =head1
NAME section.
Feel free to adjust that if you have a better idea.
Thanks,
dam
Debian Perl Group
Subject: | man-whatis.patch |
Index: libmoose-perl/lib/Moose/Meta/TypeConstraint/Registry.pm
===================================================================
--- libmoose-perl.orig/lib/Moose/Meta/TypeConstraint/Registry.pm 2007-11-30 09:37:12.000000000 +0200
+++ libmoose-perl/lib/Moose/Meta/TypeConstraint/Registry.pm 2007-11-30 09:38:21.000000000 +0200
@@ -63,7 +63,7 @@
=head1 NAME
-Moose::Meta::TypeConstraint::Registry
+Moose::Meta::TypeConstraint::Registry - registry for type constraints
=head1 DESCRIPTION