Codebase list libfunction-parameters-perl / 2bc48ca
version 2.000001-TRIAL Lukas Mai 7 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 use Function::Parameters;
66 use Carp ();
77
8 our $VERSION = '2.000000';
8 our $VERSION = '2.000001';
99
1010 {
1111 package Function::Parameters::Param;
1212
1313 use XSLoader;
1414 BEGIN {
15 our $VERSION = '2.000000-TRIAL';
15 our $VERSION = '2.000001-TRIAL';
1616 $VERSION =~ s/-TRIAL[0-9]*\z//s;
1717 XSLoader::load;
1818 }