Group
Extension

Matches 3

Astro-App-Satpass2 ( W/WY/WYANT/Astro-App-Satpass2-0.057.tar.gz, WYANT, 2025; MetaCPAN )
Astro-App-Satpass2/lib/Astro/App/Satpass2.pm ( view source; MetaCPAN )
cting
that template. For example, loading F<eg/pass_json.tt> as template
C<'pass_json'> makes C<-json> a valid option that uses template
C<'pass_json'> to format the TLE.

B<Note well> that unlike the
lecting
that template. For example, loading F<eg/tle_json.tt> as template
C<'tle_json'> makes C<-json> a valid option that uses template
C<'tle_json'> to format the TLE.

The template selector options
cified, the rightmost
one riles. For example, given template C<'tle_json'>,

 satpass2> tle -verbose -json

uses template C<'tle_json'> to display the output.

=head2 unexport

 $satpass2->unexport( $
Astro-App-Satpass2 ( W/WY/WYANT/Astro-App-Satpass2-0.057.tar.gz, WYANT, 2025; MetaCPAN )
Astro-App-Satpass2/lib/Astro/App/Satpass2/Format/Dump.pm ( view source; MetaCPAN )
 = '0.057';

my %dumper_hash = (
    'YAML' => 'Dump',
    'Data::Dumper' => 'Dumper',
    'JSON' => 'to_json',
);

{

    my $dumper_default;

    sub new {
	my ( $class, @args ) = @_;
	my $self = $c
t->dumper( 'YAML,Data::Dumper' );

The known dumper classes are L<Data::Dumper|Data::Dumper>, L<JSON|JSON>,
and L<YAML|YAML>.

=head1 SUPPORT

Support is by the author. Please file bug reports at
L<ht
Astro-App-Satpass2 ( W/WY/WYANT/Astro-App-Satpass2-0.057.tar.gz, WYANT, 2025; MetaCPAN )
Astro-App-Satpass2/lib/Astro/App/Satpass2/Format.pm ( view source; MetaCPAN )
ass of this module. It is intended for debugging, and simply dumps
its arguments in Data::Dumper, JSON, or YAML format depending on how it
is configured and what modules are installed

=head1 SUPPORT

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