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 30 31
|
Source: libcgi-application-plugin-config-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl
Build-Depends-Indep: perl,
libcgi-application-perl,
libconfig-simple-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-config-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-config-simple-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-Config-Simple
Package: libcgi-application-plugin-config-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcgi-application-perl,
libconfig-simple-perl
Enhances: libcgi-application-perl
Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
Description: module providing Config::Simple support to CGI::Application
CGI::Application::Plugin::Config::Simple acts as a plugin for Config::Simple
to be easily used inside a CGI::Application module. It does not provide
every method available from Config::Simple but rather easy access to your
configuration variables. It does however provide direct access to the
underlying Config::General object created if you want to use it's full power.
|