Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 31094
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: stevan.little [...] gmail.com
Requestors: dam [...] modsoftsys.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



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
This is fixed in the latest version of Moose available on CPAN (0.34)