File: control

package info (click to toggle)
libstring-trim-perl 0.005-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 208 kB
  • ctags: 2
  • sloc: perl: 180; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libstring-trim-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.0.0
Homepage: https://metacpan.org/release/String-Trim

Package: libstring-trim-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: trim whitespace from your strings
 String::Trim trims whitespace off your strings. chomp trims only $/
 (typically, that's newline), but trim will trim all leading and trailing
 whitespace.