This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to tag 0.003 in repository libmoox-late-perl.
commit 566e02b50a5919e15c8f308279975d7e9daa6036 Author: Toby Inkster <[email protected]> Date: Sun Dec 2 22:16:51 2012 +0000 see also link to MX:T:ML:B --- lib/MooX/late.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm index 8fc1ca6..0a3ad56 100644 --- a/lib/MooX/late.pm +++ b/lib/MooX/late.pm @@ -99,10 +99,7 @@ sub _process_lazy_build return; } -# A bunch of stuff stolen from Moose::Util::TypeConstraints and -# MooX::Types::MooseLike::Base. I would have liked to have used -# MX:T:ML:B directly, but couldn't persuade it to play ball. -# +# A bunch of stuff stolen from Moose::Util::TypeConstraints... { my $valid_chars = qr{[\w:\.]}; my $type_atom = qr{ (?>$valid_chars+) }x; @@ -386,6 +383,10 @@ L<http://rt.cpan.org/Dist/Display.html?Queue=MooX-late>. =head1 SEE ALSO +C<MooX::late> uses L<MooX::Types::MooseLike::Base> to check many type +constraints. This is an optional dependency, but without it most type +constraints are ignored. + The following modules bring additional Moose functionality to Moo: =over -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
