projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2f106a3
)
correct filename of Moo::Object in test
Graham Knop [Thu, 27 Jun 2013 11:03:50 +0000 (07:03 -0400)]
t/moo.t
patch
|
blob
|
blame
|
history
diff --git
a/t/moo.t
b/t/moo.t
index
2ba2a00
..
8d6880a
100644
(file)
--- a/
t/moo.t
+++ b/
t/moo.t
@@
-11,7
+11,7
@@
use Test::More;
BEGIN {
is(
- $INC{'Class/Tiny/Object.pm'}, undef,
+ $INC{'Moo/Object.pm'}, undef,
'Object.pm not loaded if not required'
);
}