]>
iEval git - gruntmaster-page.git/blob - app.psgi
4 use Apache2
::Authen
::Passphrase qw
/pwcheck/;
5 use Plack
::App
::Gruntmaster
;
9 sub some_auth_required
{
10 my $r = Plack
::Request
->new($_[0]);
15 enable
'ContentLength';
16 enable
'Static', path
=> qr
,/static/,;
17 enable
'Log4perl', category
=> 'plack', conf
=> 'log.conf';
18 enable_if \
&some_auth_required
, 'Auth::Basic', authenticator
=> sub { eval {pwcheck
@_; 1} }, realm
=> 'Gruntmaster 6000';
19 Plack
::App
::Gruntmaster
->to_app
This page took 0.054052 seconds and 4 git commands to generate.