summaryrefslogtreecommitdiffstats
path: root/t/02-deps.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-deps.t')
-rw-r--r--t/02-deps.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02-deps.t b/t/02-deps.t
index 578db20..21e0c7f 100644
--- a/t/02-deps.t
+++ b/t/02-deps.t
@@ -19,7 +19,7 @@ my $i;
{
package Foo;
use Moose;
- use MooseX::Bread::Board;
+ use Bread::Board::Declare;
has bar => (
is => 'ro',