diff options
Diffstat (limited to 'textproc/p5-Text-Chomp/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Chomp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-Text-Chomp/pkg-descr b/textproc/p5-Text-Chomp/pkg-descr new file mode 100644 index 000000000000..eccd46997172 --- /dev/null +++ b/textproc/p5-Text-Chomp/pkg-descr @@ -0,0 +1,7 @@ +This module implements a single function, tchomp, which will remove all known +line separators. + +The regular chomp() works only on the value in $/, which can be difficult if +working in multi-platform environments. + +WWW: http://search.cpan.org/dist/Text-Chomp/ |