Source: libenv-path-perl Section: perl Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Standards-Version: 4.1.3 Homepage: https://metacpan.org/release/Env-Path Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libenv-path-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libenv-path-perl.git Package: libenv-path-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module implementing advanced operations on path variables Env::Path presents an object-oriented interface to path variables, defined as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator. . Env::Path is for cases where you need to insert or remove interior path entries, strip redundancies, operate on a path variable without having to know whether the current platform uses ":" or ";", operate on a path variable which may have a different name on different platforms, etc.