The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Astro::App::Satpass2::FormatValue::Formatter - Implement a formatter

SYNOPSIS

 No user-servicable parts inside.

DESCRIPTION

This Perl class should be considered private to the Astro-App-Satpass2 package, and this documentation is for the benefit of the author. The author reserves the right to modify or retract this class without notice.

This Perl class encapsulates the construction of individual formatter routines for the use of the Astro::App::Satpass2::FormatValue object. It is called to construct that class' built-in formatters, and by that class' add_formatter_method() method to add user-defined formatter methods. It is not instantiated by the user.

METHODS

This class supports the following methods:

new

This static method instantiates the object. Besides the invocant, its argument is a reference to a hash that describes the formatter.

code

This method returns the code that implements the formatter.

name

This method returns the name of the formatter.

SEE ALSO

Astro::App::Satpass2::FormatValue

SUPPORT

Support is by the author. Please file bug reports at http://rt.cpan.org, or in electronic mail to the author.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2014-2017 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.