Revision 5 (by (no author), 2006/09/22 08:23:21) fixing Makefile.PL again
use 5.008008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'State',
    AUTHOR              => 'Thomas Fjellstrom <tfjellstrom@gmail.com>',
    VERSION_FROM        => 'lib/State.pm',
    ABSTRACT_FROM       => 'lib/State.pm',
    PREREQ_PM         => { Filter::Simple => 0, Parse::RecDescent => 0 }, # e.g., Module::Name => 1.1
);