projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd50eab
)
usual dist crap
Matt S Trout [Thu, 25 Mar 2010 09:01:01 +0000 (09:01 +0000)]
MANIFEST.SKIP
[new file with mode: 0644]
patch
|
blob
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git a/MANIFEST.SKIP
b/MANIFEST.SKIP
new file mode 100644
(file)
index 0000000..
da2f74e
--- /dev/null
+++ b/
MANIFEST.SKIP
@@ -0,0
+1
@@
+^(?!bin/\w+|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
diff --git
a/Makefile.PL
b/Makefile.PL
index
50d1c5c
..
e0dfa26
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1
+1,9
@@
-use inc::Distar;
+use strict;
+use warnings FATAL => 'all';
+use inc::Module::Install 0.93;
+
+all_from('lib/App/FatPacker.pm');
+
+install_script('bin/fatpack');
+
+WriteAll;