# Astro::GCN test harness # strict use strict; #load test use Test; BEGIN { plan tests => 1 }; # load modules use Astro::GCN::Constants; # debugging use Data::Dumper; # T E S T H A R N E S S -------------------------------------------------- # test the test system ok(1);