The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Astro::Catalog::Star;

use Astro::Catalog::Item;

use base qw/ Astro::Catalog::Item /;
use vars qw/ $VERSION /;
$VERSION = "2.00";

=head1 NAME

Astro::Catalog::Star

=head1 DESCRIPTION

This class is present for backwards compatibility only.

=head1 SEE OTHER

See C<Astro::Catalog::Item>.

=cut

1;