Skip to content

Commit 748e485

Browse files
committed
5.34.3.1 config: add step to create JSON snippet
1 parent 907ca35 commit 748e485

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

share/64bit-5.34.3.1.pp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
# gdbm / db related
160160
{ module => 'BerkeleyDB',
161161
makefilepl_param=>'"OPTIMIZE=-Os"', # otherwise test failures (crash in t/strict.pm)
162-
},
162+
},
163163
qw/ DB_File DBM-Deep /,
164164
]
165165
},
@@ -500,5 +500,10 @@
500500
{
501501
plugin => 'Perl::Dist::Strawberry::Step::OutputLogZIP', # no options needed
502502
},
503+
### NEXT STEP ###########################
504+
{
505+
plugin => 'Perl::Dist::Strawberry::Step::OutputReleasesJSONSnippet', # no options needed
506+
},
507+
503508
],
504509
}

0 commit comments

Comments
 (0)