X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFunction%2FParameters.pm;h=b397f36e560bdf977f5d5dcc01a4591da50e98f2;hb=1bc2c852cf9f3892f552180b512c38140f1a52a8;hp=72d93d933ab4219283f65cfa16bef7cfe232644a;hpb=bd040be664b763fb8e5a01c5365e5e5c0bed2e00;p=p5sagit%2FFunction-Parameters.git diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 72d93d9..b397f36 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -8,9 +8,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '1.00_02'; - our $XS_VERSION = $VERSION; - $VERSION = eval $VERSION; + our $VERSION = '1.0103'; XSLoader::load; } @@ -647,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. @@ -762,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