projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e56ead1
)
added executable to makefile
Robert 'phaylon' Sedlacek [Wed, 11 Jul 2012 21:02:35 +0000 (21:02 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a48fa1b
..
35aab3f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-52,4
+52,5
@@
WriteMakefile(
),
($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
LICENSE => 'perl',
+ EXE_FILES => ['bin/system-introspector'],
);;