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' ); }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.555 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )