Skip to content

Commit

Permalink
Separate out auxilary modules to ext directory so we don't have to in…
Browse files Browse the repository at this point in the history
…stall stuff we don't normally use
  • Loading branch information
lestrrat committed Jun 17, 2012
1 parent bbf4189 commit 41ec849
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile.PL
Expand Up @@ -38,11 +38,6 @@ WriteMakefile(
LICENSE => "artistic_2",
AUTHOR => 'Daisuke Maki C<< <daisuke@endeworks.jp> >>',
PREREQ_PM => {
# Only Migrator requires these
'Coro' => 0,
'FurlX::Coro' => 0,
'DBIx::Connector' => 0,

'Cache::Memcached::Fast' => 0,
'Class::Load' => 0,
'Data::Page' => 0,
Expand All @@ -61,7 +56,6 @@ WriteMakefile(
'Plack::Middleware::ReverseProxy' => 0,
'Plack::Middleware::Static' => 0,
'Parallel::Prefork' => '0.10',
'Parallel::ForkManager' => 0,
'Parallel::Scoreboard' => 0,
'Router::Simple' => 0,
'SQL::Maker' => 0,
Expand Down
16 changes: 16 additions & 0 deletions ext/STF-Migrator/Makefile.PL
@@ -0,0 +1,16 @@
use inc::Module::Install;

name 'STF-Migrator';
all_from 'lib/STF/Migrator.pm';

requires 'Mouse';
requires 'Coro';
requires 'Fcntl';
requires 'FurlX::Coro';
requires 'Guard';
requires 'HTTP::Status;
requires 'DBIx::Connector';
requires 'Parallel::ForkManager';
requires 'POSIX';
WriteAll;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41ec849

Please sign in to comment.