Git-compatible config file parsing
http://search.cpan.org/dist/Config-GitLike
This module handles interaction with configuration files of the style used
by the version control system Git. It can both parse and modify these
files, as well as create entirely new ones.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Config-GitLike
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Config-GitLike && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Config-GitLike-1.07.tar.gz | 0000045112 44.1 KB | |
perl-Config-GitLike.changes | 0000001120 1.09 KB | |
perl-Config-GitLike.spec | 0000002417 2.36 KB |
Revision 7 (latest revision is 20)
Stephan Kulow (coolo)
committed
(revision 7)
- update to 1.07 * Fix a spelling mistake in Config::GitLike::Cascaded (gregoa@debian.org, forwarded by carnil@debian.org) * Allow calling ->load_file as a class method, for simple use cases (alexmv) * Fix a parsing bug when quoted strings directly adjoined to unquoted strings (alexmv) * Calling ->load_file on a nonexistant file no longer sets ->is_loaded (alexmv) * Document that getters implicitly call ->load (alexmv) * Make ->dump implicitly call ->load as well (alexmv) * Minor POD fixes (alexmv, spang) * support Module::Install::ExtraTests 0.007 (sunnavy) * properly set is => 'rw' in inherited classes (trs, alexmv) * silence lc warnings on undef under perl 5.12 (iarnell@gmail.com)
Comments 0