Acme-Apache-Werewolf
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Acme::Apache::Werewolf',
VERSION_FROM => 'lib/Acme/Apache/Werewolf.pm',
AUTHOR => 'Rich Bowen (rbow@cpan.org)',
ABSTRACT =>
'Keep werewolves out of your website during the full moon',
PREREQ_PM => {
'Test::Simple' => 0.44,
'Astro::MoonPhase' => 0,
'Apache::Constants' => 0,
},
);
t/001_load.t view on Meta::CPAN
# -*- perl -*-
# t/001_load.t - check module loading and create testing directory
use Test::More tests => 1;
BEGIN { use_ok( 'Acme::Apache::Werewolf' ); }
( run in 0.491 second using v1.01-cache-2.11-cpan-4d50c553e7e )