AI-MicroStructure
view release on metacpan or search on metacpan
t/canned/docs/planets.pm view on Meta::CPAN
#!/usr/bin/perl -W
package AI::MicroStructure::planets;
use strict;
use AI::MicroStructure::List;
our @ISA = qw( AI::MicroStructure::List );
our @List = qw( @{$structures{$structure}} );
__PACKAGE__->init();
1;
__DATA__
# names
celestial_body
entity
heavenly_body
natural_object
object
physical_entity
physical_object
planet
unit
whole
( run in 0.633 second using v1.01-cache-2.11-cpan-140bd7fdf52 )