Astro-Catalog

 view release on metacpan or  search on metacpan

t/2_jcmt_loose.t  view on Meta::CPAN

#!perl

# Test that we can read a JCMT catalog that is not rigid about its
# columns. Test simply creates a catalog with random junk attached
# and then reads it in and compares target values.

use strict;
use Test::More tests => 13;

require_ok('Astro::Coords');
require_ok('Astro::Catalog::Item');
require_ok('Astro::Catalog');



( run in 2.851 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )