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
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
use XSLoader;
BEGIN {
- our $VERSION = '1.0004';
+ our $VERSION = '1.0101';
XSLoader::load;
}
=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