Skip to content

Commit 999c411

Browse files
committed
chore: Update DB_File configuration patch
1 parent f55ea84 commit 999c411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/Devel/PatchPerl/Plugin/GitHubActions.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sub _patch_db_file {
196196
- ((ExtUtils::MakeMaker->VERSION() gt '6.30')
197197
- ? ('LICENSE' => 'perl')
198198
- : ()
199-
+ DEFINE => "-D_NOT_CORE $OS2 $VER_INFO $COMPAT185 $WALL",
199+
+ DEFINE => "$OS2 $VER_INFO $COMPAT185 $WALL",
200200
+ OBJECT => 'version$(OBJ_EXT) DB_File$(OBJ_EXT)',
201201
+ ((ExtUtils::MakeMaker->VERSION() gt '6.30')
202202
+ ? ('LICENSE' => 'perl')

0 commit comments

Comments
 (0)