From: Arnar Mar Hrafnkelsson Date: Sun, 20 May 2001 23:22:03 +0000 (+0000) Subject: Fixed warnings for 5.004_04. X-Git-Tag: Imager-0.48^2~619 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/9a5744db4c829dc2925a9650674bb2ec0548e58a Fixed warnings for 5.004_04. --- diff --git a/t/t67convert.t b/t/t67convert.t index e6596487..22b42d9b 100644 --- a/t/t67convert.t +++ b/t/t67convert.t @@ -1,4 +1,4 @@ -Imager::init(log=>'testout/t67convert.log'); +Imager::init("log"=>'testout/t67convert.log'); use Imager qw(:all :handy); diff --git a/t/t68map.t b/t/t68map.t index 2f1d0c8e..ce225c52 100644 --- a/t/t68map.t +++ b/t/t68map.t @@ -1,4 +1,4 @@ -Imager::init(log=>'testout/t68map.log'); +Imager::init("log"=>'testout/t68map.log'); use Imager qw(:all :handy);