The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile
(

    NAME            => 'Sub::ForceEval',
    VERSION         => '2.04',
    ABSTRACT_FROM   => 'lib/Sub/ForceEval.pm',
    PREREQ_PM =>
    {
        strict              => 0,
        Carp                => 0,
        Symbol              => 0,
        version             => 0,
        Attribute::Handlers => 0.78
    },

);