libcgi-application-plugin-authentication-perl 0.24+~cs0.5-1 source package in Ubuntu

Changelog

libcgi-application-plugin-authentication-perl (0.24+~cs0.5-1) unstable; urgency=medium

  * Import upstream version 0.24+~cs0.5.
  * Drop update-date-regex.patch, merged upstream.
  * debian/copyright: mention new third-party files.
  * debian/rules: make sure we don't use the embedded local/ directory
    for building.

 -- gregor herrmann <email address hidden>  Sun, 07 Jan 2024 20:55:30 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-authentication-perl_0.24+~cs0.5-1.dsc 4.2 KiB 48fa99ede7eaee44f396a98ef5267c1a938bacb73c21a620cf4bbdf1da286f1b
libcgi-application-plugin-authentication-perl_0.24+~cs0.5.orig-driver-cdbi.tar.gz 6.2 KiB facde3c320a05fd2a39a9449b651af73f9adbce097581ca078fbd77643e1cad7
libcgi-application-plugin-authentication-perl_0.24+~cs0.5.orig-driver-dbic.tar.gz 7.6 KiB a89f53d63be9deca5933e2d386a071923a404c2961f0e9fd93731ba0a8a0fce5
libcgi-application-plugin-authentication-perl_0.24+~cs0.5.orig.tar.gz 214.2 KiB dba7674a384dc0837052dd9d83fc2996cc1e532ccb70370928b82b00725fee3d
libcgi-application-plugin-authentication-perl_0.24+~cs0.5-1.debian.tar.xz 10.6 KiB 4f1efe8ebcb3fd325c61ed5a060271b40a2c700dc552bddc717ff5c4f399836a

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-authentication-perl: authentication framework for CGI::Application

 CGI::Application::Plugin::Authentication adds the ability to authenticate
 users in your CGI::Application modules. The module separates authentication
 into Drivers (backend logic), Store (cookie management etc) and Display
 (formulation of the login form). The following drivers are bundled with this
 package:
 .
  - CGI::Application::Plugin::Authentication::Driver::DBIC
  - CGI::Application::Plugin::Authentication::Driver::CDBI