Codebase list libfunction-parameters-perl / 541f467
version 1.0702_01 Lukas Mai 8 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 use v5.14.0;
33 use warnings;
44
5 our $VERSION = '1.0702';
5 our $VERSION = 1.0702_01;
66
77 # If Moo isn't loaded yet but Moose is, avoid pulling in Moo and fall back to Moose
88 my ($Moo, $meta_make_immutable);
66
77 use XSLoader;
88 BEGIN {
9 our $VERSION = '1.0702';
9 our $VERSION = '1.0702_01';
10 our $XS_VERSION = $VERSION;
11 $VERSION = eval $VERSION;
1012 XSLoader::load;
1113 }
1214