X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F105_ClassEncapsulatedAttributes_test.t;h=3f294264ba92fabff33b8efe454e2fc077e9dd1c;hb=6db5c459d895adc8cea8f285f26aca1ea3c3cd14;hp=57b9760400988789844d2fe331539350b110ca96;hpb=5659d76e5bb87873fa7c80efdf1cce8c40d40237;p=gitmo%2FClass-MOP.git diff --git a/t/105_ClassEncapsulatedAttributes_test.t b/t/105_ClassEncapsulatedAttributes_test.t index 57b9760..3f29426 100644 --- a/t/105_ClassEncapsulatedAttributes_test.t +++ b/t/105_ClassEncapsulatedAttributes_test.t @@ -1,14 +1,11 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More tests => 29; +use Test::More tests => 28; use File::Spec; -BEGIN { - use_ok('Class::MOP'); - require_ok(File::Spec->catdir('examples', 'ClassEncapsulatedAttributes.pod')); +BEGIN {use Class::MOP; + require_ok(File::Spec->catfile('examples', 'ClassEncapsulatedAttributes.pod')); } {