projects
/
gitmo/MooseX-MetaDescription.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f491e25
)
fucking stuff
Stevan Little [Fri, 2 May 2008 19:46:05 +0000 (19:46 +0000)]
MANIFEST
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST
b/MANIFEST
index
8a9c8b2
..
6f63d03
100644
(file)
--- a/
MANIFEST
+++ b/
MANIFEST
@@
-17,8
+17,6
@@
MANIFEST
MANIFEST.SKIP
META.yml
README
-t-author/pod.t
-t-author/pod_coverage.t
t/000_load.t
t/001_basic.t
t/002_custom_description.t
diff --git
a/Makefile.PL
b/Makefile.PL
index
04a9c36
..
256526a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,7
+13,6
@@
requires 'Moose' => 0.40;
build_requires 'Test::More' => '0.62';
tests('t/*.t');
-author_tests('t-author');
WriteAll();