From fbaeef37ab278f55973555e221f3eac9eb7557e8 Mon Sep 17 00:00:00 2001 From: doy Date: Mon, 12 Jan 2009 22:55:04 -0500 Subject: MX::R::P works with does now --- t/000-load.t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 't') diff --git a/t/000-load.t b/t/000-load.t index 23f1e87..5208130 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -9,10 +9,7 @@ with 'MooseX::Role::Matcher'; package main; my $foo = Foo->new; -SKIP: { - skip "MooseX::Role::Parameterized doesn't support does yet", 1; - ok($foo->does('MooseX::Role::Matcher'), - 'role consumption works'); -}; +ok($foo->does('MooseX::Role::Matcher'), + 'role consumption works'); ok($foo->can('match'), 'provided method exists'); -- cgit v1.2.3-54-g00ecf