From: Dave Rolsky Date: Sun, 17 Oct 2010 02:41:40 +0000 (-0500) Subject: Small typo fix X-Git-Tag: 1.16~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bcbb1f7b37157abe8cf2d9f3020ae21fce636c02;p=gitmo%2FMoose.git Small typo fix --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index d416b98..c7b71d1 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -759,7 +759,7 @@ to keep it. =item * trait_aliases => [ ... ] -This is a list of package names which should have shortened alias exported, +This is a list of package names which should have shortened aliases exported, similar to the functionality of L. Each element in the list can be either a package name, in which case the export will be named as the last namespace component of the package, or an arrayref, whose first element is the