Config::Plugin::Tiny

A plugin which uses Config::Tiny
Download

Config::Plugin::Tiny Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Savage
  • Publisher web site:
  • http://search.cpan.org/~rsavage/

Config::Plugin::Tiny Tags


Config::Plugin::Tiny Description

When you 'use' the Config::Plugin::Tiny Perl module (as in the Synopsis), it automatically imports into your class the method "config_tiny($file_name)" to give you access to config data stored in an *.ini file.Synopsis package My::App; use strict; use warnings; use Config::Plugin::Tiny; # For config_tiny(). # ------------------------------------------------ sub marine { my($self) = @_; my($config) = $self -> config_tiny('/some/dir/config.tiny.ini'); } # End of marine. # -------------------------------------------------- 1;t/config.tiny.ini ships with the Config::Plugin::Tiny distro, and is used in the test file t/test.t.Product's homepage


Config::Plugin::Tiny Related Software