From: Hans Dieter Pearcey Date: Thu, 9 Apr 2009 16:02:42 +0000 (-0400) Subject: add a synopsis X-Git-Tag: 0_18~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=5ffe2079bf25c77380514d4a16a7384f389941bb add a synopsis --- diff --git a/lib/MooseX/Getopt/Dashes.pm b/lib/MooseX/Getopt/Dashes.pm index ffad599..ed42761 100644 --- a/lib/MooseX/Getopt/Dashes.pm +++ b/lib/MooseX/Getopt/Dashes.pm @@ -25,6 +25,14 @@ __END__ MooseX::Getopt::Dashes - convert underscores in attribute names to dashes +=head1 SYNOPSIS + + package My::App; + use Moose; + with 'MooseX::Getopt::Dashes'; + + # use as MooseX::Getopt + =head1 DESCRIPTION This is a version of C which converts underscores in