Initial MooseX::Workers based wrapper script
[catagits/Catalyst-Engine-STOMP.git] / Makefile.PL
CommitLineData
0a663589 1use 5.008008;
2use ExtUtils::MakeMaker;
3# See lib/ExtUtils/MakeMaker.pm for details of how to influence
4# the contents of the Makefile that is written.
5WriteMakefile(
6 NAME => 'Catalyst::Engine::Stomp',
7 VERSION_FROM => 'lib/Catalyst/Engine/Stomp.pm', # finds $VERSION
8 PREREQ_PM => {
9 Catalyst::Engine::Embeddable => 0.0.1,
348c8506 10 Catalyst::Runtime => 5.80003,
0a663589 11 Moose => 0,
12 Net::Stomp => 0.34,
13 YAML::XS => 0.32,
348c8506 14 },
0a663589 15 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
348c8506 16 (ABSTRACT_FROM => 'lib/Catalyst/Engine/Stomp.pm',
0a663589 17 AUTHOR => 'Chris Andrews <chris@nodnol.org>') : ()),
0a663589 18);