The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

use 5.006;
use ExtUtils::MakeMaker;

my %prereqs = ( 
  "HTML::Perlinfo" => 1.58,
  "CGI::Carp" => 0,
  "Test::More" => 0
);


WriteMakefile(
    NAME              => 'CGI::Carp::Fatals',
    VERSION           => '0.02',
    PREREQ_PM	      => \%prereqs,
    AUTHOR   => 'Mike Accardo (mikeaccardo@yahoo.com)',
    
);