summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-08-19 01:16:31 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-08-19 01:16:31 +0000
commit84df81bef37f4b5b30dded06279f7578095cc5ea (patch)
tree5f877bf79f424fd47d06714bd0d3b2e43d8a4a01 /Makefile.PL
parentde7fe2cdb7d584364f4473b87412e5fc61326180 (diff)
downloadperl-MDV-Distribconf-84df81bef37f4b5b30dded06279f7578095cc5ea.tar
perl-MDV-Distribconf-84df81bef37f4b5b30dded06279f7578095cc5ea.tar.gz
perl-MDV-Distribconf-84df81bef37f4b5b30dded06279f7578095cc5ea.tar.bz2
perl-MDV-Distribconf-84df81bef37f4b5b30dded06279f7578095cc5ea.tar.xz
perl-MDV-Distribconf-84df81bef37f4b5b30dded06279f7578095cc5ea.zip
- add checkdistrib tool
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 53473a9..2e4f395 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,4 +21,5 @@ WriteMakefile(
NAME => 'MDV::Distribconf',
VERSION_FROM => 'lib/MDV/Distribconf.pm',
dist => { DIST_DEFAULT => 'change_dist' },
+ EXE_FILES => [ qw(bin/checkdistrib) ],
);