Merge branch 'maint-1.7.7' into maint
* maint-1.7.7: stripspace: fix outdated comment Add MYMETA.yml to perl/.gitignore
This commit is contained in:
commit
b1af9630d7
@ -22,8 +22,6 @@ static size_t cleanup(char *line, size_t len)
|
|||||||
* Remove empty lines from the beginning and end
|
* Remove empty lines from the beginning and end
|
||||||
* and also trailing spaces from every line.
|
* and also trailing spaces from every line.
|
||||||
*
|
*
|
||||||
* Note that the buffer will not be NUL-terminated.
|
|
||||||
*
|
|
||||||
* Turn multiple consecutive empty lines between paragraphs
|
* Turn multiple consecutive empty lines between paragraphs
|
||||||
* into just one empty line.
|
* into just one empty line.
|
||||||
*
|
*
|
||||||
|
1
perl/.gitignore
vendored
1
perl/.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
perl.mak
|
perl.mak
|
||||||
perl.mak.old
|
perl.mak.old
|
||||||
|
MYMETA.yml
|
||||||
blib
|
blib
|
||||||
blibdirs
|
blibdirs
|
||||||
pm_to_blib
|
pm_to_blib
|
||||||
|
Loading…
Reference in New Issue
Block a user