From 4903e166f39b099ccf9e2f0cbd48ede6fdcb6794 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Mon, 22 Feb 2016 13:09:39 -0500 Subject: [PATCH] install list-all --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 41af2b4..0d38d27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,6 +18,7 @@ WriteMakefile( 'bin/del-custom', 'bin/list-custom', 'bin/sync-slave', + 'bin/list-all', ], 'AUTHOR' => 'Jorj Bauer ', );