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 f55ea84 commit 999c411Copy full SHA for 999c411
scripts/lib/Devel/PatchPerl/Plugin/GitHubActions.pm
@@ -196,7 +196,7 @@ sub _patch_db_file {
196
- ((ExtUtils::MakeMaker->VERSION() gt '6.30')
197
- ? ('LICENSE' => 'perl')
198
- : ()
199
-+ DEFINE => "-D_NOT_CORE $OS2 $VER_INFO $COMPAT185 $WALL",
++ DEFINE => "$OS2 $VER_INFO $COMPAT185 $WALL",
200
+ OBJECT => 'version$(OBJ_EXT) DB_File$(OBJ_EXT)',
201
+ ((ExtUtils::MakeMaker->VERSION() gt '6.30')
202
+ ? ('LICENSE' => 'perl')
0 commit comments