AnyEvent-Watchdog

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

my $mm = MM->new({
    dist         => {
       PREOP	=> 'pod2text Watchdog.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
       COMPRESS	=> 'gzip -9v',
       SUFFIX	=> '.gz',
	            },
    NAME         => "AnyEvent::Watchdog",
    VERSION_FROM => "Watchdog.pm",
    PREREQ_PM    => {
       common::sense => 0,
       AnyEvent      => 5,
    },
});



( run in 0.345 second using v1.01-cache-2.11-cpan-496ff517765 )