projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e0d8aec
)
warning in author mode to avoid confusing the easily confused
Matt S Trout [Thu, 12 Mar 2009 18:35:16 +0000 (18:35 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9c1633a
..
e761d5b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-210,3
+210,7
@@
if ($Module::Install::AUTHOR) {
];
Meta->write;
}
+
+if ($Module::Install::AUTHOR) {
+ warn "\nAUTHOR MODE: all optional test dependencies were made hard requires\n";
+}