aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Trim
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* String::Trim trims whitespace off your strings. chomp trims only $/Jun Kuriyama2015-08-234-0/+28
(typically, that's newline), but trim will trim all leading and trailing whitespace. WWW: http://search.cpan.org/dist/String-Trim/ Notes: svn path=/head/; revision=395138