diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2015-08-24 06:27:06 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2015-08-24 06:27:06 +0800 |
commit | 0c9dfd6ca1ff42e226e80d729c564aa3af6cd10a (patch) | |
tree | e513c8936b18efb7c3e22f069368fb7e9fe61f21 /textproc/Makefile | |
parent | a378e259fbb3b464b586a849113dc5fb0692d0ca (diff) | |
download | freebsd-ports-gnome-0c9dfd6ca1ff42e226e80d729c564aa3af6cd10a.tar.gz freebsd-ports-gnome-0c9dfd6ca1ff42e226e80d729c564aa3af6cd10a.tar.zst freebsd-ports-gnome-0c9dfd6ca1ff42e226e80d729c564aa3af6cd10a.zip |
String::Trim trims whitespace off your strings. chomp trims only $/
(typically, that's newline), but trim will trim all leading and
trailing whitespace.
WWW: http://search.cpan.org/dist/String-Trim/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a6ec310f107f..566d85b59b22 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -772,6 +772,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer + SUBDIR += p5-String-Trim SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-String-Util |