Skip to content

Commit

Permalink
strawberry perl 5.20.0.1 fix - it uses {dlext} = 'xs.dll'
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Jun 3, 2014
1 parent 81f1ac8 commit 989ca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/My/Utility.pm
Expand Up @@ -467,7 +467,7 @@ sub get_dlext {
return 'la';
}
else {
return $Config{dlext};
return $Config{so};
}
}

Expand Down

0 comments on commit 989ca75

Please sign in to comment.