[libmoox-late-perl] 05/05: docs

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 0.001
in repository libmoox-late-perl.

commit ba084ff64af4c69a169c28e632f2cc3c0a087c1f
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Dec 1 21:50:04 2012 +0000

    docs
---
 lib/MooX/late.pm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index ebeecc7..4b0ebda 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -319,9 +319,9 @@ MooX::late does the following:
 
 =item 1.
 
-Allows C<< isa => $type_constraint_string >> to work when defining attributes
-for all Moose's built-in type constraints (and assumes other strings are
-package names).
+Allows C<< isa => $string >> to work when defining attributes for all
+Moose's built-in type constraints (and assumes other strings are package
+names).
 
 =item 2.
 
@@ -340,7 +340,8 @@ Exports C<blessed> and C<confess> functions to your namespace.
 
 Four features. It is not the aim of C<MooX::late> to make every aspect of
 Moo behave exactly identically to Moose. It's just going after the low-hanging
-fruit.
+fruit. So it does four things right now, and I promise that future versions
+will never do more than seven.
 
 =head1 BUGS
 
@@ -363,6 +364,10 @@ L<MooX::Augment> - support augment/inner
 
 =back
 
+If you have L<MooX> then you can import them all at once using:
+
+	use MooX qw( late Override Augment );
+
 =head1 AUTHOR
 
 Toby Inkster E<lt>tobyink at cpan.orgE<gt>.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git



More information about the Pkg-perl-cvs-commits mailing list