From: Jesse Luehrs Date: Sat, 7 May 2011 18:28:48 +0000 (-0500) Subject: fix up oose.pm docs a bit X-Git-Tag: 2.0100~125 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a97faae4d55bacb41a2e5e5c4baa8bacbe14e63;p=gitmo%2FMoose.git fix up oose.pm docs a bit --- diff --git a/lib/oose.pm b/lib/oose.pm index b580e96..1ee77b8 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -40,7 +40,8 @@ __END__ =head1 DESCRIPTION -oose.pm is a simple source filter that adds C +oose.pm is a simple source filter that adds +C to the beginning of your script and was entirely created because typing C was annoying me. @@ -52,7 +53,8 @@ oose provides exactly one method and it's automatically called by perl: =item B -Pass a package name to import to be used by the source filter. +Pass a package name to import to be used by the source filter. The +package defaults to C if none is given. =back