1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libcwd-guard-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8),
perl (>= 5.13.10) | libcpan-meta-perl,
perl (>= 5.13.11) | libmodule-buildperl (>= 0.380000)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcwd-guard-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcwd-guard-perl.git
Homepage: https://metacpan.org/release/Cwd-Guard/
Package: libcwd-guard-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for temporarily changing working directory (chdir)
Cwd::Guard provides changing the current directory (chdir) using a limited
scope. Return to current working directory, if this object destroyed. If
failed to chdir, error messages stored to $Gwd::Guard::Error.
|