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