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( $
= '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
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