Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

#!/usr/bin/perl -w
use strict;
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'
);
resources( license => 'http://dev.perl.org/licenses/');
installdirs( 'perl'); # This overwrites a core module!
WriteAll();