X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFunction%2FParameters.pm;h=31845e8f468cdb0480459bfc8e02519b7d8ca271;hb=af04c6f14fb39ede4662be90662ce829c1cc49d2;hp=c67e6ecc8c8ba906be8260c1d362902d0c6761f2;hpb=f6e49471e0be9393fd3d30e1c49b9e9ff9e8ee67;p=p5sagit%2FFunction-Parameters.git diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index c67e6ec..31845e8 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -621,6 +621,9 @@ exported, so you have to call it by its full name). It takes a reference to a 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. + See L for examples. =head2 Wrapping C