libcgi-application-plugin-authorization-perl 0.07-5 source package in Ubuntu

Changelog

libcgi-application-plugin-authorization-perl (0.07-5) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Use MetaCPAN URL in debian/components/driver-ad/watch.
  * Fix directory name in debian/copyright. Thanks to lintian.
  * Add another fix to debian/patches/pod.patch.
  * Add patch to require the "overload" module before using it.
    This issue is discovered when building with Test-Simple >= 1.3.
  * Bump debhelper compatibility level to 9.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Fri, 22 Jul 2016 15:50:03 +0200

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
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-authorization-perl_0.07-5.dsc 3.1 KiB 707b65b44c4a29979e27d053b3d035970d1a7e5e5f27d56b23571c32f5cbc307
libcgi-application-plugin-authorization-perl_0.07.orig-driver-ad.tar.gz 9.4 KiB 8ade3754e635a3b16fd9cc965c9a8c810f977bb698af7ba77b955fe754e7a7c1
libcgi-application-plugin-authorization-perl_0.07.orig.tar.gz 20.3 KiB 607864011f2000c8db20789e720cb6b129fe26cabb4008e40dffac1977bf5a87
libcgi-application-plugin-authorization-perl_0.07-5.debian.tar.xz 4.7 KiB e29ae4ca70868dc57a937cba04f8491bd3dcae92b3c341db5e5680df2f92d827

Available diffs

No changes file available.

Binary packages built by this source

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

 CGI::Application::Plugin::Authorization adds the ability to authorize users
 for specific tasks. Once a user has been authenticated and you know who you
 are dealing with, you can then use this plugin to control what that user has
 access to. It imports two methods (authz and authorization) into your
 CGI::Application module. Both of these methods are interchangeable, so you
 should choose one and use it consistently throughout your code. Through the
 authz method you can call all the methods of the
 CGI::Application::Plugin::Authorization plugin.
 .
 This package also bundles an active directory driver:
 CGI::Application::Plugin::Authorization::Driver::ActiveDirectory