"Data::Dumper::Simple is actually a source filter that ..."
Eeek! I'd be happy to loose the dependency. I don't think it's worth it.

Tim.

On Mon, Aug 10, 2009 at 12:21:32AM +0200, Moritz Lenz wrote:
> Hi,
> 
> java2perl6 uses Data::Dumper::Simple (at least for the tests, it seems)
> but doesn't note it as a prerequisite. This patch adds it to Makefile.PL.
> 
> Cheers,
> Moritz

> Index: Makefile.PL
> ===================================================================
> --- Makefile.PL       (revision 78)
> +++ Makefile.PL       (working copy)
> @@ -13,6 +13,7 @@
>      PREREQ_PM         => {
>          Template => '2.0',
>          Parse::RecDescent => '1.0',
> +        Data::Dumper::Simple => 0,
>      }, # e.g., Module::Name => 1.1
>      EXE_FILES         => [ $java2perl6 ],
>      ABSTRACT_FROM     => 'lib/Java/Javap.pm', # retrieve abstract from module

Reply via email to