X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FDashes.pm;h=ed4276144c7b5ce2208f67b75039ea02ce891742;hp=ffad5991bd2a3955f2ac10abea5cc07a36051dab;hb=5ffe2079bf25c77380514d4a16a7384f389941bb;hpb=105e05aa414caa4da9b8c7d3fec909db8caa7bd6 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