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

WriteMakefile(
    'NAME'		=> 'AutoSession',
    'VERSION_FROM'	=> 'lib/AutoSession.pm',
    'PREREQ_PM'		=> { "Storable" => 2.0 },
    ($] >= 5.005 ?
      (ABSTRACT_FROM => 'lib/AutoSession.pm',
       AUTHOR     => 'Graciliano M. P. <gm@virtuasites.com.br>') : ()),
);