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.242 second using v1.01-cache-2.11-cpan-87723dcf8b7 )