From: Matt S Trout Date: Tue, 16 Nov 2010 00:51:33 +0000 (+0000) Subject: cleanup and warning notice X-Git-Tag: 0.009001~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ef50c4ddcdd784fbc55cd884e37c1d5c39494a9;p=gitmo%2FMoo.git cleanup and warning notice --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 0ec27a7..f01086e 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -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; diff --git a/lib/Sub/Defer.pm b/lib/Sub/Defer.pm index 7a41e8f..0aa0068 100644 --- a/lib/Sub/Defer.pm +++ b/lib/Sub/Defer.pm @@ -36,8 +36,6 @@ sub defer_sub { 1; -=pod - =head1 NAME Sub::Defer - defer generation of subroutines until they are first called