= '0.07';
our $EXTENTIONS_MAP = {
pl => 'Perl',
perl => 'Perl',
js => 'JSON',
json => 'JSON',
yml => 'YAML',
yaml => 'YAML',
};
sub new {
my $class = shift;
bles
C<< Perl >>, C<< JSON >> and C<< YAML >> format.
The file format is determined by the extension type. extensions map are:
pl => Perl
perl => Perl
js => JSON
json => JSON
yml => YAML
n considers that file is envfile.
Also, if you use C<< YAML >> and C<< JSON >>, L<< Data::Encoder >> and L<< YAML >> or L<< JSON >> module is required.
=head1 AUTHOR
xaicron E<lt>xaicron@cpan.orgE<