jasper ba5500d643 - don't install demo script which needs additional files to be installed, there
is enough example data in the manual already
- reformat DESCR
- no REVISION bump since it was just imported
- hook it up while here.

ok millert@
2011-12-14 14:23:53 +00:00

14 lines
451 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1 2011/12/14 14:23:53 jasper Exp $
Doh't install demo script that needs additional files to be installed.
--- Makefile.PL.orig Wed Dec 14 15:16:58 2011
+++ Makefile.PL Wed Dec 14 15:17:02 2011
@@ -4,6 +4,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'PostScript::MailLabels',
'VERSION_FROM' => "lib/PostScript/MailLabels.pm",
- EXE_FILES => [qw(demo/print_addrs)],
'LICENSE' => 'perl',
);