We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e0717 commit 0a291b5Copy full SHA for 0a291b5
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
@@ -346,7 +346,7 @@ BEGIN {
346
# needs us. So only 'use fields' on systems where Hash::Util has already
347
# been built.
348
if (eval 'require Hash::Util; 1;') {
349
- require 'fields.pm';
+ require fields;
350
$USING_FIELDS = 1;
351
fields->import(@fields);
352
}
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
@@ -50,7 +50,7 @@ BEGIN {
50
51
52
53
54
55
fields->import(@FIELDS);
56
0 commit comments