1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libdbix-password-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 7.0.50), quilt
Build-Depends-Indep: perl (>= 5.8.2-2)
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/DBIx-Password/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-password-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-password-perl/
Package: libdbix-password-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl
Description: Perl module for creating a global password file for DB passwords
Don't you hate keeping track of database passwords and such
throughout your scripts? How about the problem of changing those
passwords on a mass scale? DBIx::Password is one possible solution.
.
It keeps track of all your virtual users, databases, password, etc. in one
central file.
|