Astro::SIMBAD - An object orientated interface to CDS' SIMBAD database


Astro-SIMBAD documentation Contained in the Astro-SIMBAD distribution.

Index


Code Index:

NAME

Top

Astro::SIMBAD - An object orientated interface to CDS' SIMBAD database

DESCRIPTION

Top

This module does nothing, and is here as a placeholder in case of need. The user interface to the goodness wrapped in the SIMBAD package can be found in the Astro::SIMBAD::Query module.

REVISION

Top

$Id: SIMBAD.pm,v 1.4 2005/06/08 01:43:04 aa Exp $

METHODS

Top

The Astro::SIMBAD module itself has no methods, and is just a placeholder module, see Astro::SIMBAD::Query for the actual interface.

COPYRIGHT

Top

AUTHORS

Top

Alasdair Allan <aa@astro.ex.ac.uk>,


Astro-SIMBAD documentation Contained in the Astro-SIMBAD distribution.

package Astro::SIMBAD;

use strict;
use vars qw/ $VERSION /;
$VERSION = '2.0.0'



1;