Description: no need for running add_doc.pl at build time.
 Happens via a trigger at install time.
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-11-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -57,15 +57,3 @@ WriteMakefile(
       },
     },
 );
-
-sub MY::postamble {
-    my $text =
-'
-install ::
-	@echo "Updating PDL documentation database ..."
-	@$(PERL) add_doc.pl
-
-';
-
-    return $text;
-}
