Apache-SWIT-Security

 view release on metacpan or  search on metacpan

scripts/swit_app.pl  view on Meta::CPAN

#!/usr/bin/perl -w
use strict;
use lib 'lib';
use Apache::SWIT::Security::Maker;
my $f = shift(@ARGV);
Apache::SWIT::Security::Maker->new->$f(@ARGV);



( run in 0.235 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )