projects
/
p5sagit/Class-Accessor-Grouped.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e0a387
)
Quiet test suite
Peter Rabbitson [Mon, 28 Nov 2011 17:37:35 +0000 (18:37 +0100)]
t/accessors_pp.t
patch
|
blob
|
blame
|
history
diff --git
a/t/accessors_pp.t
b/t/accessors_pp.t
index
1a0da9d
..
3fed3aa
100644
(file)
--- a/
t/accessors_pp.t
+++ b/
t/accessors_pp.t
@@
-7,6
+7,7
@@
use Test::More;
use lib 't/lib';
BEGIN {
+ local $ENV{DEVEL_HIDE_VERBOSE} = 0;
eval { require Devel::Hide };
if ($@) {
eval { require Sub::Name };