File: control

package info (click to toggle)
libenv-path-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 112 kB
  • ctags: 30
  • sloc: perl: 443; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libenv-path-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Env-Path/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libenv-path-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.