X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook%2FRecipe2.pod;h=bbd4788fdc78b99895157dd31e4919f96286880e;hb=43b50af34c88c00f35c97282cfcb8f5cd5bd81c4;hp=2b8c4d9fc912d21019386061ddf93b09aebc6e01;hpb=e08c54f595734e63385e2a4a758b9655c302bf41;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook/Recipe2.pod b/lib/Moose/Cookbook/Recipe2.pod index 2b8c4d9..bbd4788 100644 --- a/lib/Moose/Cookbook/Recipe2.pod +++ b/lib/Moose/Cookbook/Recipe2.pod @@ -8,8 +8,6 @@ Moose::Cookbook::Recipe2 - A simple B example =head1 SYNOPSIS package BankAccount; - use strict; - use warnings; use Moose; has 'balance' => (isa => 'Int', is => 'rw', default => 0); @@ -28,8 +26,6 @@ Moose::Cookbook::Recipe2 - A simple B example } package CheckingAccount; - use strict; - use warnings; use Moose; extends 'BankAccount'; @@ -207,7 +203,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006, 2007 by Infinity Interactive, Inc. L