File: control

package info (click to toggle)
libenv-path-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 88 kB
  • ctags: 34
  • sloc: perl: 439; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,146 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 (>= 7.0.50)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Env-Path/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libenv-path-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libenv-path-perl/

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.