Codebase list libfunction-parameters-perl / 096dbce
version bump Lukas Mai 11 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Function-Parameters
1
2 1.0003 2012-11-19
3 - clean up internals
4 - fix build errors on some platforms
5 - fix module metadata
6 - some more tests
17
28 1.00 2012-11-01
39 - add named parameters with ':$foo, :$bar' syntax
77
88 use XSLoader;
99 BEGIN {
10 our $VERSION = '1.00_01';
11 our $XS_VERSION = $VERSION;
12 $VERSION = eval $VERSION;
10 our $VERSION = '1.0003';
1311 XSLoader::load;
1412 }
1513