summaryrefslogtreecommitdiff
path: root/debian/control
blob: 66081068e74d63b05dc6713dea6fd7d7f053a593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-trim-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-trim-perl.git

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.