Description: install ack-base instead of ack, which includes all dependencies embedded
Forwarded: not-needed
Author: Ryan Niebur <ryan@debian.org>

Index: ack-grep/Makefile.PL
===================================================================
--- ack-grep.orig/Makefile.PL	2012-06-03 20:55:06.000000000 -0700
+++ ack-grep/Makefile.PL	2012-06-03 20:55:22.000000000 -0700
@@ -19,7 +19,7 @@
         'Basic.pm'      => '$(INST_LIBDIR)/App/Ack/Plugin/Basic.pm',
         #'Tar.pm'        => '$(INST_LIBDIR)/App/Ack/Plugin/Tar.pm',
     },
-    EXE_FILES           => [ 'ack' ],
+    EXE_FILES           => [ 'ack-base' ],
     PREREQ_PM => {
         'Test::Harness'     => 2.50, # Something reasonably newish
         'Term::ANSIColor'   => 0,
@@ -56,7 +56,7 @@
 sub MY::top_targets {
     my $str = shift->SUPER::top_targets(@_);
 
-    $str =~ s/^pure_all.+/$& ack ack-help.txt ack-help-types.txt ack-help-dirs.txt/m;
+    $str =~ s/^pure_all.+/$& ack-help.txt ack-help-types.txt ack-help-dirs.txt/m;
 
     return $str;
 }
