X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_BinaryTree_test.t;h=16c1ca66b745a4cc3aaff14ac7e5b72fb0b4d73e;hb=ef7d3a1dd5a8ad74b3c8a1beaad10e70b650d381;hp=0e84509b4a4ca88cee0bb8461218e9997d334ddb;hpb=8d2d4c6705a3781606464d003a3641d835a35815;p=gitmo%2FClass-MOP.git diff --git a/t/100_BinaryTree_test.t b/t/100_BinaryTree_test.t index 0e84509..16c1ca6 100644 --- a/t/100_BinaryTree_test.t +++ b/t/100_BinaryTree_test.t @@ -1,17 +1,13 @@ -#!/usr/bin/perl - use strict; use warnings; use FindBin; use File::Spec::Functions; -use Test::More tests => 70; +use Test::More tests => 69; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); -} +use Class::MOP; use lib catdir($FindBin::Bin, 'lib');