projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7f785a2
)
remove Build.PL, switch to tests_recursive, add auto_install
Matt S Trout [Wed, 7 May 2008 17:56:08 +0000 (17:56 +0000)]
Build.PL
[deleted symlink]
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
deleted file mode 120000
(symlink)
index
3931e8a
..0000000
--- a/
Build.PL
+++ /dev/null
@@
-1
+0,0 @@
-Makefile.PL
\ No newline at end of file
diff --git
a/Makefile.PL
b/Makefile.PL
index
23fc743
..
4beb478
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-24,7
+24,9
@@
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';
build_requires 'Test::LongString';
-tests('t/*.t t/*/*.t');
+tests_recursive;
+
+auto_install;
WriteAll();