summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-27 23:27:53 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-27 23:27:53 -0500
commit4803629a3a9d359d834170f21e857910749fb5a7 (patch)
tree1707597c42504ddc5168500ef2e72d0909842daf
parent40c7f553645447e3119e30176ef0e2396e6d01fd (diff)
downloadmoosex-mangle-4803629a3a9d359d834170f21e857910749fb5a7.tar.gz
moosex-mangle-4803629a3a9d359d834170f21e857910749fb5a7.zip
don't have only two args anymore0.01
-rw-r--r--lib/MooseX/Mangle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/Mangle.pm b/lib/MooseX/Mangle.pm
index 3373745..b71805f 100644
--- a/lib/MooseX/Mangle.pm
+++ b/lib/MooseX/Mangle.pm
@@ -39,7 +39,7 @@ MooseX::Mangle - mangle the argument list or return values of your methods
C<MooseX::Mangle> provides some simple sugar for common usages of C<around>.
Oftentimes all that is needed is to adjust the argument list or returned values
of a method, but using C<around> directly for this can be tedious. This module
-exports two subroutines which make this a bit easier.
+exports a few subroutines which make this a bit easier.
=cut