1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libfile-userconfig-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libfile-homedir-perl,
libfile-remove-perl (>= 1.42), libfile-sharedir-perl (>= 1.00),
libfile-copy-recursive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jozef Kutej <jozef@kutej.net>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/File-UserConfig/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-userconfig-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-userconfig-perl/
Package: libfile-userconfig-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libfile-homedir-perl,
libfile-sharedir-perl (>= 1.00), libfile-copy-recursive-perl
Description: provides configuration directory for applications
Many modules or applications maintain a user-spec configuration data
directory. And the implementation pattern is generally the same.
.
A directory like /home/myuser/.application is created and populating by a set
of default files the first time an application runs, and from there on, the
files in that directory are modified.
.
File::UserConfig provides standard, light and sub-classable default
implementation of this concept that Does The Right Thing with the directory
names.
|