summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6960f73ab21a122262c1fbfe1e925dd9be10b099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.1
Homepage: https://metacpan.org/release/String-Trim
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

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.