-
-
23 Apr 2017 21:53:11 UTC
- Distribution: Config-Any
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository (git clone)
- Issues (8)
- Testers (9507 / 19 / 0)
- Kwalitee
Bus factor: 3- 71.40% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (20.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Module::Pluggable::Object
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Config::Any::JSON - Load JSON config files
DESCRIPTION
Loads JSON files. Example:
{ "name": "TestApp", "Controller::Foo": { "foo": "bar" }, "Model::Baz": { "qux": "xyzzy" } }
METHODS
extensions( )
return an array of valid extensions (
json
,jsn
).load( $file )
Attempts to load
$file
as a JSON file.requires_any_of( )
Specifies that this modules requires one of, Cpanel::JSON::XS, JSON::MaybeXS, JSON::DWIW, JSON::XS, JSON::Syck, JSON::PP or JSON in order to work.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2006-2016 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Config::Any, copy and paste the appropriate command in to your terminal.
cpanm Config::Any
perl -MCPAN -e shell install Config::Any
For more information on module installation, please visit the detailed CPAN module installation guide.