From: Lukas Mai Date: Tue, 5 Feb 2013 03:03:37 +0000 (+0100) Subject: version bump X-Git-Tag: v1.0101 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea89928ab2c7540613e10f76fe920afce632f854;p=p5sagit%2FFunction-Parameters.git version bump --- diff --git a/Changes b/Changes index 600289f..9acc3e9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Function-Parameters +1.0101 2013-02-05 + - new reflection API to inspect parameter information of functions + - Moose types in parameter lists + - more tests + 1.0004 2012-11-26 - fix test relying on hash ordering diff --git a/README b/README index 0dba1d0..e67868f 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ You can also look for information at: COPYRIGHT AND LICENCE -Copyright (C) 2009-2012 Lukas Mai +Copyright (C) 2009-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 diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index a9ab950..1510f50 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -8,7 +8,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '1.0004'; + our $VERSION = '1.0101'; XSLoader::load; } diff --git a/lib/Function/Parameters/Info.pm b/lib/Function/Parameters/Info.pm index fd8a0ec..b18814c 100644 --- a/lib/Function/Parameters/Info.pm +++ b/lib/Function/Parameters/Info.pm @@ -173,7 +173,7 @@ Lukas Mai, C<< >> =head1 COPYRIGHT & LICENSE -Copyright 2012 Lukas Mai. +Copyright 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