Skip to content

Commit a62268e

Browse files
committed
5.40.1.1 config: Create PDL edition distribution list and release notes
1 parent e202d33 commit a62268e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

share/64bit-5.40.1.1.pp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@
646646
{ do=>'removefile', args=>[ '<image_dir>/README.txt', '<image_dir>/portableshell.bat' ] },
647647
{ do=>'copyfile', args=>[ '<dist_sharedir>/portable/portableshell.pdl.bat', '<image_dir>/portableshell.bat' ] },
648648
{ do=>'apply_tt', args=>[ '<dist_sharedir>/portable/README.pdl.txt.tt', '<image_dir>/README.txt' ] },
649+
{ do=>'removefile', args=>[ '<image_dir>/DISTRIBUTIONS.txt' ] },
650+
{ do=>'apply_tt', args=>[ '<dist_sharedir>/extra-files/DISTRIBUTIONS.txt.tt', '<image_dir>/DISTRIBUTIONS.txt' ] },
649651
# cleanup (remove unwanted files/dirs)
650652
{ do=>'removefile_recursive', args=>[ '<image_dir>/perl', qr/.+\.dll\.AA[A-Z]$/i ] },
651653
# cleanup cpanm related files
@@ -661,6 +663,12 @@
661663
plugin => 'Perl::Dist::Strawberry::Step::OutputPdlZIP', # no options needed
662664
},
663665
### NEXT STEP ###########################
666+
{
667+
disable => $ENV{SKIP_PDL_STEP}, ### hack
668+
plugin => 'Perl::Dist::Strawberry::Step::CreateReleaseNotes',
669+
suffix => '-PDL',
670+
},
671+
### NEXT STEP ###########################
664672
{
665673
plugin => 'Perl::Dist::Strawberry::Step::OutputLogZIP', # no options needed
666674
},

0 commit comments

Comments
 (0)