Changes entry for Role::Tiny::With and add chip to CONTRIBUTORS
Matt S Trout [Wed, 20 Jul 2011 02:57:29 +0000 (02:57 +0000)]
Changes
lib/Moo.pm
lib/Role/Tiny.pm
lib/Role/Tiny/With.pm

diff --git a/Changes b/Changes
index fe81b8d..77cfdc7 100644 (file)
--- 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
index 3286a87..660488c 100644 (file)
@@ -420,6 +420,8 @@ jnap - John Napiorkowski (cpan:JJNAPIORK) <jjn1056@yahoo.com>
 
 ribasushi - Peter Rabbitson (cpan:RIBASUSHI) <ribasushi@cpan.org>
 
+chip - Chip Salzenberg (cpan:CHIPS) <chip@pobox.com>
+
 =head1 COPYRIGHT
 
 Copyright (c) 2010-2011 the Moo L</AUTHOR> and L</CONTRIBUTORS>
index 429deaf..98967e3 100644 (file)
@@ -230,7 +230,6 @@ sub does_role {
 }
 
 1;
-__END__
 
 =head1 NAME
 
index e4bf82e..670aacb 100644 (file)
@@ -12,7 +12,6 @@ sub with {
 }
 
 1;
-__END__
 
 =head1 NAME