repo.or.cz
/
blog.pm-common-perl-mods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VERSION var
[blog.pm-common-perl-mods.git]
/
CatalystX-Plugin-Authorization-ACL-Paranoid
/
Makefile.PL
blob
20b3da67cc296b477209f5381c133c94b38758e6
1
use inc::Module::Install;
2
3
name 'CatalystX-Plugin-Authorization-ACL-Paranoid';
4
5
all_from 'lib/CatalystX/Plugin/Authorization/ACL/Paranoid.pm';
6
7
requires( 'Scalar::Util' => '' );
8
9
auto_install;
10
11
WriteAll;