From 4803629a3a9d359d834170f21e857910749fb5a7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 May 2009 23:27:53 -0500 Subject: don't have only two args anymore --- lib/MooseX/Mangle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 provides some simple sugar for common usages of C. Oftentimes all that is needed is to adjust the argument list or returned values of a method, but using C 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 -- cgit v1.2.3-54-g00ecf