|
NAMEAstro::App::Satpass2::FormatValue::Formatter - Implement a formatterSYNOPSISNo user-servicable parts inside. DESCRIPTIONThis 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. METHODSThis class supports the following methods:newThis static method instantiates the object. Besides the invocant, its argument is a reference to a hash that describes the formatter.codeThis method returns the code that implements the formatter.nameThis method returns the name of the formatter.SEE ALSOAstro::App::Satpass2::FormatValueSUPPORTSupport is by the author. Please file bug reports at <https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-App-Satpass2>, <https://github.com/trwyant/perl-Astro-App-Satpass2/issues>, or in electronic mail to the author.AUTHORThomas R. Wyant, III wyant at cpan dot orgCOPYRIGHT AND LICENSECopyright (C) 2014-2021 by Thomas R. Wyant, IIIThis 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.
Visit the GSP FreeBSD Man Page Interface. |