From: Lukas Mai Date: Tue, 5 Feb 2013 02:40:33 +0000 (+0100) Subject: document Moose fallback for ::Info X-Git-Tag: v1.0101~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=b70db867b5f3994b27cca94f91bc95c0f1804721 document Moose fallback for ::Info --- diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 47107f1..a9ab950 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -645,7 +645,9 @@ function, and returns either C (if it knows nothing about the function) or a L object describing the parameter list. Note: This feature is implemented using L, so you'll need to have L -installed if you want to call C. +installed if you want to call C (alternatively, if +L is already loaded by the time C is first +called, it will use that instead). See L for examples. @@ -760,7 +762,7 @@ Lukas Mai, C<< >> =head1 COPYRIGHT & LICENSE -Copyright 2010, 2011, 2012 Lukas Mai. +Copyright 2010-2013 Lukas Mai. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published