From 39ff4fc36419fba8aef2ac31fd9e38fc96cc9a64 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sun, 14 Jun 2009 16:47:05 +0200 Subject: [PATCH] No need for Test::Exception nor the maps constants --- bindings/perl/Champlain/t/ChamplainPoint.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.39.5