From: Tony Cook Date: Tue, 14 Aug 2007 04:59:27 +0000 (+0000) Subject: 5.005_03 compatible access to SEEK_* constants X-Git-Tag: Imager-0.60~13 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/b69208ce957053ebbfe8db56ea6092d30629be89 5.005_03 compatible access to SEEK_* constants --- diff --git a/SGI/t/20write.t b/SGI/t/20write.t index 5371f810..7a140c3f 100644 --- a/SGI/t/20write.t +++ b/SGI/t/20write.t @@ -3,7 +3,7 @@ use strict; use Imager; use Test::More tests => 51; use Imager::Test qw(test_image test_image_16 is_image); -use Fcntl ':seek'; +use IO::Seekable; -d 'testout' or mkdir 'testout';