Astro-NED-Query
view release on metacpan or search on metacpan
lib/Astro/NED/Response/Objects.pm:
abstract access to response object fields avoid mutual inclusion;
quiet perlcritic
2007-10-29 14:09 -0400 djerius <djerius@cfa.harvard.edu> (1d9f1d64995c)
* lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm:
remove class Option mechanism; it was never used. it looks like it
isn't implemented correctly anyway.
2007-09-20 20:44 -0400 djerius <djerius@cfa.harvard.edu> (85c78449e451)
* .hgtags:
Added tag 0.12 for changeset f44fa658dacb
2007-09-20 20:44 -0400 djerius <djerius@cfa.harvard.edu> (f44fa658dacb [0.12])
* ChangeLog, Changes, lib/Astro/NED/Query.pm:
lib/Astro/NED/Query.pm view on Meta::CPAN
: $self->{$name};
}
#---------------------------------------------------------------------------
# map between Multiple values and form inputs.
# HTML::Table creates a separate input for each value in a checkbox
# or option. this routine creates a hash matching the values to the
# input to make it easier to set the inputs. In some cases a single
# logical list of options is split into several so the GUI looks
# cleaner. this will merge them.
sub _setupMultiple
{
my ( $self, $type, $alias, @names ) = @_;
my %input;
foreach my $name ( @names )
{
( run in 0.474 second using v1.01-cache-2.11-cpan-64827b87656 )