From: Matt S Trout Date: Wed, 20 Jul 2011 02:57:29 +0000 (+0000) Subject: Changes entry for Role::Tiny::With and add chip to CONTRIBUTORS X-Git-Tag: release_0.009009~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=11f7a04257b92d8cb9e5feffdad80578eab1af42 Changes entry for Role::Tiny::With and add chip to CONTRIBUTORS --- diff --git a/Changes b/Changes index fe81b8d..77cfdc7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - add Role::Tiny::With for use in classes - automatically generate constructors in subclasses when required so that subclasses with a BUILD method but no attributes get it honoured - add coerce handling diff --git a/lib/Moo.pm b/lib/Moo.pm index 3286a87..660488c 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -420,6 +420,8 @@ jnap - John Napiorkowski (cpan:JJNAPIORK) ribasushi - Peter Rabbitson (cpan:RIBASUSHI) +chip - Chip Salzenberg (cpan:CHIPS) + =head1 COPYRIGHT Copyright (c) 2010-2011 the Moo L and L diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 429deaf..98967e3 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -230,7 +230,6 @@ sub does_role { } 1; -__END__ =head1 NAME diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index e4bf82e..670aacb 100644 --- a/lib/Role/Tiny/With.pm +++ b/lib/Role/Tiny/With.pm @@ -12,7 +12,6 @@ sub with { } 1; -__END__ =head1 NAME