From b1d93617939b76fad3c39d909ee0935abfe50eeb Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 19 Mar 2011 17:21:05 +0000 Subject: - install check_mirror tools --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 6ab70d1..f7777b6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ test_requires 'Test::More' => '0.88'; catalyst; install_script glob('script/*.pl'); +install_script qw(bin/check_mirror); auto_install; WriteAll; -- cgit v1.2.1