--- trunk/Makefile.PL 2009/08/08 15:27:38 3 +++ trunk/Makefile.PL 2009/08/08 17:09:14 4 @@ -7,6 +7,13 @@ requires 'SOAP::Lite'; requires 'Data::Dump'; +features( + 'REPL' => [ + -default => 0, + 'Devel::REPL', + ], +); + build_requires 'Test::More'; auto_install;