projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f172d4e
)
revert XS related things
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:55:29 +0000 (06:55 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b08b726
..
8fb88e4
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,17
+10,4
@@
build_requires 'Sub::Uplevel'; # required by Test::Exception
build_requires 'Test::More';
auto_include;
-
-WriteMakefile(
- OBJECT => '$(O_FILES)',
- clean => {
- FILES => q{
- *.stackdump
- *.gcov *.gcda *.gcno
- *.out
- nytprof
- cover_db
- },
- },
-
-);
+WriteAll;