From: Emmanuel Rodriguez Date: Sun, 14 Jun 2009 14:47:05 +0000 (+0200) Subject: No need for Test::Exception nor the maps constants X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ff4fc36419fba8aef2ac31fd9e38fc96cc9a64;p=libchamplain No need for Test::Exception nor the maps constants --- diff --git a/bindings/perl/Champlain/t/ChamplainPoint.t b/bindings/perl/Champlain/t/ChamplainPoint.t index e791efb..afbf950 100644 --- a/bindings/perl/Champlain/t/ChamplainPoint.t +++ b/bindings/perl/Champlain/t/ChamplainPoint.t @@ -4,9 +4,8 @@ use strict; use warnings; use Clutter::TestHelper tests => 10; -use Test::Exception; -use Champlain ':maps'; +use Champlain; exit tests();