From: Matt S Trout Date: Sun, 14 Nov 2010 19:47:36 +0000 (+0000) Subject: Moo - Miminalist Object Orientation X-Git-Tag: 0.009001~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=505f8b7ac27f299ab035f3f0f40a022f5b88d391;p=gitmo%2FMoo.git Moo - Miminalist Object Orientation --- diff --git a/lib/Moo.pm b/lib/Moo.pm index bd75edb..efe18f0 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -79,6 +79,10 @@ sub _constructor_maker_for { =pod +=head1 NAME + +Moo - Minimalist Object Orientation (with Moose compatiblity) + =head1 SYNOPSIS package Cat::Food;