From: Matt S Trout Date: Wed, 20 Jul 2011 04:37:24 +0000 (+0000) Subject: remove the big scary warning because we seem to be mostly working now X-Git-Tag: release_0.009009~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=8bbe7634880592efc884387eef04e55f5cf77d14 remove the big scary warning because we seem to be mostly working now --- diff --git a/Changes b/Changes index dcbee41..6066615 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - remove the big scary warning because we seem to be mostly working now - perl based getter dies if @_ > 1 (XSAccessor already did) - add Role::Tiny::With for use in classes - automatically generate constructors in subclasses when required so that diff --git a/lib/Moo.pm b/lib/Moo.pm index 660488c..2f6f14a 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -102,16 +102,6 @@ sub _constructor_maker_for { Moo - Minimalist Object Orientation (with Moose compatiblity) -=head1 WARNING WARNING WARNING - -This is a 0.9 release because we're fairly sure it works. For us. Until it's -tested in the wild, we make no guarantees it also works for you. - -If this module does something unexpected, please submit a failing test. - -But if it eats your cat, sleeps with your boyfriend, or pushes grandma down -the stairs to save her from the terrible secret of space, it's not our fault. - =head1 SYNOPSIS package Cat::Food;