Skip to content

Commit a9ae00a

Browse files
remove use of NextRelease delimiter
Builds done on release tags (e.g. on travis) do not work because the literal Changes file is copied from the release, which contains an extra closing delimiter. We could use an inc/ plugin to monkey-patch NextRelease to change its delimiter (e.g. to triple braces), but that's pretty gross and liable to cause confusion to future maintainers. Instead, let's just get edit out the problematic content.
1 parent 17e8c8e commit a9ae00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ r1371 | schwern | 2003-04-06 03:52:59 -0500 (Sun, 06 Apr 2003) | 9 lines
595595

596596
Fixing the ECHO macro on dmake.
597597

598-
Fixing {{ '}'x2 }} escaping on dmake, but this is just a stopgap measure.
598+
Fixing double-closing-brace escaping on dmake, but this is just a stopgap measure.
599599

600600
Making ExtUtils::Manifest sort things case-insensitively. I think it
601601
displays better.

0 commit comments

Comments
 (0)