cleanup and warning notice
Matt S Trout [Tue, 16 Nov 2010 00:51:33 +0000 (00:51 +0000)]
lib/Moo.pm
lib/Sub/Defer.pm

index 0ec27a7..f01086e 100644 (file)
@@ -77,12 +77,20 @@ sub _constructor_maker_for {
 
 1;
 
-=pod
-
 =head1 NAME
 
 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;
index 7a41e8f..0aa0068 100644 (file)
@@ -36,8 +36,6 @@ sub defer_sub {
 
 1;
 
-=pod
-
 =head1 NAME
 
 Sub::Defer - defer generation of subroutines until they are first called