Skip to content

Commit 459a0f8

Browse files
just include the regen instructions directly
1 parent e0f2700 commit 459a0f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Porting/sync-with-cpan

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ If you've checked that the CUSTOMIZED versions are still correct, you can
355355
proceed now. Otherwise, you should abort and investigate the situation. If
356356
the blead customizations are no longer needed, delete the CUSTOMIZED entry
357357
for $module in Porting/Maintainers.pl (and you'll also need to regenerate
358-
t/porting/customized.dat in that case; see t/porting/customized.t).
358+
t/porting/customized.dat in that case, via:
359+
(cd t; ./perl -I../lib porting/customized.t --regen);
360+
see also t/porting/customized.t).
359361
360362
EOF
361363
if ($yes_to_all and !$force) {

0 commit comments

Comments
 (0)