From: Robert 'phaylon' Sedlacek <r.sedlacek@shadowcat.co.uk>
Date: Wed, 11 Jul 2012 21:02:35 +0000 (+0000)
Subject: added executable to makefile
X-Git-Tag: v0.001_001~25
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05d3a87c7d135b361bae5f283ca17b3e0029bfbe;p=scpubgit%2FSystem-Introspector.git

added executable to makefile
---

diff --git a/Makefile.PL b/Makefile.PL
index a48fa1b..35aab3f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -52,4 +52,5 @@ WriteMakefile(
   ),
   ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
   LICENSE => 'perl',
+  EXE_FILES => ['bin/system-introspector'],
 );;