/usr/local/CPAN/POE-Component-Tie/Makefile.PL


use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'POE::Component::Tie',
    VERSION_FROM      => 'lib/POE/Component/Tie.pm',
    PREREQ_PM         => {POE},
    ($] >= 5.005 ?
      (ABSTRACT_FROM  => 'lib/POE/Component/Tie.pm',
       AUTHOR         => 'Larry Shatzer, Jr. <larrysh@cpan.org>') : ()),
);