ConfigReader-Simple

 view release on metacpan or  search on metacpan

lib/ConfigReader/Simple.pm  view on Meta::CPAN

use Carp qw(croak carp);

$ERROR     = '';
$VERSION   = '1.298';
$Warn      = 0;
$Die       = '';

our $DEBUG = 0;
my $Error  = '';

sub SUCCESS() { 1 };
sub FAILURE() { 0 };

=encoding utf8

=head1 NAME

ConfigReader::Simple - A simple line-oriented configuration file parser

=head1 SYNOPSIS

	use ConfigReader::Simple;



( run in 0.533 second using v1.01-cache-2.11-cpan-1f129e94a17 )