remove the big scary warning because we seem to be mostly working now
Matt S Trout [Wed, 20 Jul 2011 04:37:24 +0000 (04:37 +0000)]
Changes
lib/Moo.pm

diff --git a/Changes b/Changes
index dcbee41..6066615 100644 (file)
--- 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
index 660488c..2f6f14a 100644 (file)
@@ -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;