From: Brandon L Black Date: Sat, 26 May 2007 13:52:03 +0000 (+0000) Subject: fix typo in ChangeLog X-Git-Tag: 0_04^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=f7695a83c058533ca8e3d8a9edb43e359d362ff4;hp=f63e631037a9d743d874ae465e8b0a8d541c16c2 fix typo in ChangeLog --- diff --git a/ChangeLog b/ChangeLog index a3db017..6d6a9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ Revision history for Perl extension MooseX-Getopt * MooseX::Getopt - Added extra_argv attribute - added tests and docs for this - - We now unmangled the Getopt::Long-manged @ARGV + - We now unmangle the Getopt::Long-mangled @ARGV - added tests and docs for this - We now throw an exception from new_with_options if Getopt fails due to bad arguments.