]> err.no Git - libchamplain/commitdiff
No need for Test::Exception nor the maps constants
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 14 Jun 2009 14:47:05 +0000 (16:47 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 14 Jun 2009 17:19:59 +0000 (13:19 -0400)
bindings/perl/Champlain/t/ChamplainPoint.t

index e791efb149bed205103976f91ac6d237fb5aa83d..afbf9507f099dc32926128534f15e763c75e5281 100644 (file)
@@ -4,9 +4,8 @@ use strict;
 use warnings;
 
 use Clutter::TestHelper tests => 10;
-use Test::Exception;
 
-use Champlain ':maps';
+use Champlain;
 
 exit tests();