X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=blobdiff_plain;f=t%2Frole.t;fp=t%2Frole.t;h=984952975b2aa00c9948eac9e5e65891e9fb73d4;hp=6da51817b6607ac10af2ce209b19e8611103c3eb;hb=a30328b3ab8f1ca72f3306abac15f337c772148a;hpb=ea54c010c46fee647172945fae6dd4523ff6ffd2 diff --git a/t/role.t b/t/role.t index 6da5181..9849529 100644 --- a/t/role.t +++ b/t/role.t @@ -1,7 +1,7 @@ use strict; use warnings FATAL => 'all'; -use Test::More; +use Test::More 0.88; { package BazRole;