Group
Extension

Matches 1

Astro-Coord-ECI-TLE-Iridium ( W/WY/WYANT/Astro-Coord-ECI-TLE-Iridium-0.132.tar.gz, WYANT, 2022; MetaCPAN )
Astro-Coord-ECI-TLE-Iridium/lib/Astro/Coord/ECI/TLE/Iridium.pm ( view source; MetaCPAN )

    my %json_map = (
	operational_status	=> \&__encode_operational_status,
    );

    sub TO_JSON {
	my ( $self ) = @_;
	return $self->__to_json(
	    \%json_map,
	    $self->SUPER::TO_JSON(),
	);
 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.