From ddcf19029c7b58b2ea236bd14e6c1456949f0fc0 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 3 Oct 2010 15:36:00 +0000 Subject: - use google maps for location, improve messages --- t/view_GraphViz.t | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/view_GraphViz.t (limited to 't/view_GraphViz.t') diff --git a/t/view_GraphViz.t b/t/view_GraphViz.t new file mode 100644 index 0000000..53925aa --- /dev/null +++ b/t/view_GraphViz.t @@ -0,0 +1,7 @@ +use strict; +use warnings; +use Test::More; + +BEGIN { use_ok 'MGA::Mirrors::View::GraphViz' } + +done_testing(); -- cgit v1.2.1