Skip to content

Commit

Permalink
Moved FindBin into the version conflict gaurd
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Mar 1, 2011
1 parent 5234491 commit cd63e89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/ttf_font.t
Expand Up @@ -4,6 +4,8 @@ use SDL;
use SDL::Config;

BEGIN {
use FindBin;
use File::Spec;
use Test::More;
use lib 't/lib';
use SDL::TestTool;
Expand All @@ -16,9 +18,6 @@ BEGIN {
use SDL::TTF;
use SDL::TTF::Font;
use SDL::Version;

use FindBin;
use File::Spec;
my $font_filename = File::Spec->catfile(
$FindBin::Bin, '..', 'share', 'GenBasR.ttf'
);
Expand Down

0 comments on commit cd63e89

Please sign in to comment.