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
|
Source: libcatalyst-authentication-credential-authen-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libauthen-simple-perl,
libcatalyst-perl (>= 5.7),
libcatalyst-plugin-authentication-perl (>= 0.1),
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-authentication-credential-authen-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-authentication-credential-authen-simple-perl.git
Homepage: https://metacpan.org/release/Catalyst-Authentication-Credential-Authen-Simple
Package: libcatalyst-authentication-credential-authen-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libauthen-simple-perl,
libcatalyst-perl (>= 5.7),
libcatalyst-plugin-authentication-perl (>= 0.1)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Catalyst plugin for verifying credentials with the Authen::Simple framework
Catalyst::Authentication::Credential::Authen::Simple helps a Cataylst
application authenticate against all credential databases supported by the
Authen::Simple framework.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|