From: Florian Ragwitz Date: Thu, 26 Aug 2010 17:09:18 +0000 (+0200) Subject: Fix author test fail X-Git-Tag: 0.34~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce93a16f65575f0858473b5f0213cc04fa62eda9;p=gitmo%2FMooseX-Getopt.git Fix author test fail --- diff --git a/t/110_sort_usage_by_attr_order.t b/t/110_sort_usage_by_attr_order.t index 1e41e79..c12f4b6 100644 --- a/t/110_sort_usage_by_attr_order.t +++ b/t/110_sort_usage_by_attr_order.t @@ -27,13 +27,12 @@ use Test::Exception; my $obj = MyClass->new_with_options(); -my $expected = <usage->text, $expected, 'Usage text has nicely sorted options'); -