libmojolicious-plugin-authorization-perl 1.0301-2 source package in Ubuntu

Changelog

libmojolicious-plugin-authorization-perl (1.0301-2) unstable; urgency=low


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Add patch to fix test failure caused by hash randomization.
    Thanks to CSILLAG Tamas for coming up with the patch.
    (Closes: #711607)

 -- gregor herrmann <email address hidden>  Sun, 09 Jun 2013 15:25:48 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmojolicious-plugin-authorization-perl_1.0301-2.dsc 2.4 KiB 90157925c261ccfa30a4a3a5e262be7fc6c84671ab7f752a7cc38e37e6319043
libmojolicious-plugin-authorization-perl_1.0301.orig.tar.gz 14.9 KiB 68e47248420287ca268a60715dc0414d4bc6649305cd1b56fafa85424c6f1604
libmojolicious-plugin-authorization-perl_1.0301-2.debian.tar.gz 2.4 KiB 8622e85e2301fa144d04cbe3380d2ef62e79e0b322a16de56c25d1b26fad5e20

Available diffs

No changes file available.

Binary packages built by this source

libmojolicious-plugin-authorization-perl: module to make authorization a bit easier for Mojolicious

 A very simple API implementation of role-based access control (RBAC). This
 plugin is only an API you will have to do all the work of setting up your
 roles and privileges and then provide four subs that are used by the plugin.
 The plugin expects that the current session will be used to get the role its
 privileges. It also assumes that you have already been authenticated and your
 role set. That is about it you are free to implement any system you like.