Codebase list libmath-int64-perl / be4ecea
Bump version after release Salvador Fandino 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 use warnings;
44
55 BEGIN {
6 our $VERSION = '0.52';
6 our $VERSION = '0.53';
77 require XSLoader;
88 XSLoader::load('Math::Int64', $VERSION);
99 }