Commit graph

7 commits

Author SHA1 Message Date
Lars Balker Rasmussen
603d0038ce Remove test modules from dependency list to help p5-Task-Catalyst NOT blow
up awk with make search.
2006-07-17 17:23:13 +00:00
Lars Balker Rasmussen
423c3e7dcc Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
2006-07-11 17:54:59 +00:00
Lars Balker Rasmussen
e7dc7669c7 Changing email-address on my 80 ports.
Approved by:	erwin (mental)
2006-05-01 13:52:00 +00:00
Sergey Matveychuk
77bb017245 - Update to 0.04
PR:		ports/94968
Submitted by:	maintainer
2006-03-26 20:26:37 +00:00
Bill Fenner
83764e1daa Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.

The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
2006-02-20 20:50:22 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Erwin Lansing
733e654220 Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.

If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles

PR:		ports/90272
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 14:22:06 +00:00