projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ec1ee84
)
Explicitly ask for api version 0.55 so we can call Moose::init_meta
Dave Rolsky [Wed, 14 Jul 2010 18:44:07 +0000 (13:44 -0500)]
t/050_metaclasses/010_extending_and_embedding_back_compat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/050_metaclasses/010_extending_and_embedding_back_compat.t
b/t/050_metaclasses/010_extending_and_embedding_back_compat.t
index
4f0f142
..
e54fe03
100644
(file)
--- a/
t/050_metaclasses/010_extending_and_embedding_back_compat.t
+++ b/
t/050_metaclasses/010_extending_and_embedding_back_compat.t
@@
-18,6
+18,7
@@
BEGIN {
package MyFramework;
use Moose;
+ use Moose::Deprecated -api_version => '0.55';
sub import {
my $CALLER = caller();