Skip Menu |

This queue is for tickets about the MooseX-Constructor-AllErrors CPAN distribution.

Report information
The Basics
Id: 59527
Status: resolved
Priority: 0/
Queue: MooseX-Constructor-AllErrors

People
Owner: Nobody in particular
Requestors: ilmari [...] ilmari.org
Cc:
AdminCc:

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



CC: Dagfinn Ilmari Mannsåker <ilmari [...] ilmari.org>
Subject: [PATCH] Fix invalid/missing description mixup
Date: Mon, 19 Jul 2010 11:12:01 +0100
To: bug-MooseX-Constructor-AllErrors [...] rt.cpan.org
From: Dagfinn Ilmari Mannsåker <ilmari [...] ilmari.org>
--- .../Constructor/AllErrors/Error/Constructor.pm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/MooseX/Constructor/AllErrors/Error/Constructor.pm b/lib/MooseX/Constructor/AllErrors/Error/Constructor.pm index 7ffa878..37199d2 100644 --- a/lib/MooseX/Constructor/AllErrors/Error/Constructor.pm +++ b/lib/MooseX/Constructor/AllErrors/Error/Constructor.pm @@ -97,13 +97,13 @@ each error that was found. =head2 invalid -Returns a list of L<MooseX::Constructor::AllErrors::Error::Required> objects -representing each missing argument error that was found. +Returns a list of L<MooseX::Constructor::AllErrors::Error::TypeConstraint> +objects representing each type constraint error that was found. =head2 missing -Returns a list of L<MooseX::Constructor::AllErrors::Error::TypeConstraint> -objects representing each type constraint error that was found. +Returns a list of L<MooseX::Constructor::AllErrors::Error::Required> objects +representing each missing argument error that was found. =head1 SEE ALSO @@ -119,4 +119,4 @@ This software is copyright (c) 2009 by Hans Dieter Pearcey. This is free software; you can redistribute it and/or modify it under the same terms as perl itself. -=cut \ No newline at end of file +=cut -- 1.7.0.4
thanks; this ended up being released last year, but this ticket was never updated.