#!/usr/bin/perl -w
use
strict;
use
inc::Module::Install;
name(
'autodie'
);
all_from(
'lib/autodie.pm'
);
test_requires(
'Test::More'
);
author(
'Paul Fenwick <pjf@cpan.org>'
);
requires(
'perl'
=>
'5.8.0'
);
recommends(
'IPC::System::Simple'
=>
'0.12'
);
# For autodying system()
feature(
'Support for autodying system()'
,
-default
=> 1,
'IPC::System::Simple'
=>
'0.12'
);
installdirs(
'perl'
);
# This overwrites a core module!
WriteAll();