Skip to content

Commit c34ba99

Browse files
committed
Merge branch 'maint-1.7.6' into maint-1.7.7
* maint-1.7.6: stripspace: fix outdated comment Add MYMETA.yml to perl/.gitignore
2 parents 1e501a7 + c2857fb commit c34ba99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

builtin/stripspace.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ static size_t cleanup(char *line, size_t len)
2222
* Remove empty lines from the beginning and end
2323
* and also trailing spaces from every line.
2424
*
25-
* Note that the buffer will not be NUL-terminated.
26-
*
2725
* Turn multiple consecutive empty lines between paragraphs
2826
* into just one empty line.
2927
*

perl/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
perl.mak
22
perl.mak.old
3+
MYMETA.yml
34
blib
45
blibdirs
56
pm_to_blib

0 commit comments

Comments
 (0)