projects
/
gitmo/MooseX-Role-Parameterized.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dabb441
)
Class name fix
Shawn M Moore [Sun, 9 Nov 2008 16:57:53 +0000 (16:57 +0000)]
t/003-apply.t
patch
|
blob
|
blame
|
history
diff --git
a/t/003-apply.t
b/t/003-apply.t
index
6b3d81e
..
989764b
100644
(file)
--- a/
t/003-apply.t
+++ b/
t/003-apply.t
@@
-70,7
+70,7
@@
do {
};
can_ok('MyClass::Dumper' => qw(freeze_Dumper thaw_Dumper));
-cant_ok('MyClass::Storable' => qw(freeze_Storable thaw_Storable));
+cant_ok('MyClass::Dumper' => qw(freeze_Storable thaw_Storable));
do {
package MyClass::Storable;