Source: libstring-trim-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Andrew Shadura 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.