summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-07-11 22:20:40 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-07-11 22:20:40 +0000
commit266c69938290b6f7e9905b0749035dd4215088a6 (patch)
tree611adb4c4e1573b410e149edbe71739b23b6d508 /Makefile.PL
parentfa0f51b5344e5819c30f4f2d8d53399cab417528 (diff)
downloadperl-MDV-Distribconf-266c69938290b6f7e9905b0749035dd4215088a6.tar
perl-MDV-Distribconf-266c69938290b6f7e9905b0749035dd4215088a6.tar.gz
perl-MDV-Distribconf-266c69938290b6f7e9905b0749035dd4215088a6.tar.bz2
perl-MDV-Distribconf-266c69938290b6f7e9905b0749035dd4215088a6.tar.xz
perl-MDV-Distribconf-266c69938290b6f7e9905b0749035dd4215088a6.zip
- remove useless script
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f021c15..2e4f395 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,5 +21,5 @@ WriteMakefile(
NAME => 'MDV::Distribconf',
VERSION_FROM => 'lib/MDV/Distribconf.pm',
dist => { DIST_DEFAULT => 'change_dist' },
- EXE_FILES => [ qw(bin/checkdistrib bin/gendistribng) ],
+ EXE_FILES => [ qw(bin/checkdistrib) ],
);