Config-YAARG
view release on metacpan or search on metacpan
#===================================================================================================================
# PROJECT: Config::YAARG
#===================================================================================================================
This module is available under the same terms as Perl itself.
Please read the project POD for more detailed information!
This module provides an easy framework to process and transform general key-based arguments and values. Users simply specify by key how to parse values and where to store them, and the rest is taken care of. This module is designed to play extremely ...
(Soon to be on CPAN, once we reach version 0.3)
EXAMPLE CODE:
package My::Password::Package;
use Config::YAARG qw(:class); #user imports this module, using the class tag
#users specify public to private argument name mappings
# Config::YAARG (Perl Library)
## PROJECT SUMMARY
This module is available under the same terms as Perl itself.
Please read the project POD for more detailed information!
This module provides an easy framework to process and transform general key-based arguments and values. Users simply specify by key how to parse values and where to store them, and the rest is taken care of. This module is designed to play extremely ...
(Soon to be on CPAN, once we reach version 0.3)
## EXAMPLE CODE
package My::Password::Package;
use Config::YAARG qw(:class); #user imports this module, using the class tag
#users specify public to private argument name mappings
( run in 0.623 second using v1.01-cache-2.11-cpan-0a6323c29d9 )