projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
361c0e5
)
s/parent/base/.
Florian Ragwitz [Thu, 4 Dec 2008 03:13:33 +0000 (
03:13
+0000)]
t/305_RT_41255.t
patch
|
blob
|
blame
|
history
diff --git
a/t/305_RT_41255.t
b/t/305_RT_41255.t
index
5e2691f
..
676a27d
100644
(file)
--- a/
t/305_RT_41255.t
+++ b/
t/305_RT_41255.t
@@
-15,7
+15,7
@@
use Class::MOP;
sub m5 { 5 }
package Derived;
- use parent -norequire => qw(Base);
+ use base qw(Base);
sub m1;
sub m2 ();