[libmojolicious-plugin-authorization-perl] 06/08: Mention module name in long description.

gregor herrmann gregoa at debian.org
Mon Mar 3 20:59:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmojolicious-plugin-authorization-perl.

commit a4c877acd09f085368d5cf5d38a21b68d9a5f2a7
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 3 21:57:34 2014 +0100

    Mention module name in long description.
---
 debian/control | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 6e770f4..d912a40 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,11 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libmojolicious-perl
 Description: 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.
+ Mojolicious::Plugin::Authorization provides a very simple API implementation
+ of role-cbased 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.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-authorization-perl.git



More information about the Pkg-perl-cvs-commits mailing list