Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libfilter-perl / libfilter-perl-1.34 / decrypt / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         NAME      => 'Filter::decrypt',
5         VERSION_FROM   => 'decrypt.pm',
6
7         # The line below disables both the dynamic link test and the
8         # test for DEBUGGING.
9         # It is only enabled here to allow the decrypt test harness
10         # to run without having to build statically.
11         DEFINE    => "-DBYPASS",
12 );