From: Jesse Luehrs Date: Sat, 7 May 2011 01:43:42 +0000 (-0500) Subject: make this its own header X-Git-Tag: 2.0100~145 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=396dba586a57831069cef3f763be633b4ba1edd2;p=gitmo%2FMoose.git make this its own header --- diff --git a/lib/Moose/Cookbook/Basics/Recipe2.pod b/lib/Moose/Cookbook/Basics/Recipe2.pod index 52c2019..5940b62 100644 --- a/lib/Moose/Cookbook/Basics/Recipe2.pod +++ b/lib/Moose/Cookbook/Basics/Recipe2.pod @@ -202,19 +202,13 @@ overdraft protection. See note 1. =back -=head1 SEE ALSO - -=over 4 - -=item Acknowledgment +=head1 ACKNOWLEDGMENT The BankAccount example in this recipe is directly taken from the examples in this chapter of "Practical Common Lisp": L -=back - =begin testing my $savings_account;