From b274df4c9da24b117a22e287acd03b3fa87233a8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 16:04:51 -0600 Subject: rename MooseX::Bread::Board -> Bread::Board::Declare --- t/20-inheritance.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/20-inheritance.t') diff --git a/t/20-inheritance.t b/t/20-inheritance.t index 2324673..b1517e8 100644 --- a/t/20-inheritance.t +++ b/t/20-inheritance.t @@ -7,7 +7,7 @@ use Test::Moose; { package Parent; use Moose; - use MooseX::Bread::Board; + use Bread::Board::Declare; has foo => ( is => 'ro', @@ -29,7 +29,7 @@ use Test::Moose; { package Child; use Moose; - use MooseX::Bread::Board; + use Bread::Board::Declare; extends 'Parent'; -- cgit v1.2.3-54-g00ecf