Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haukex/config-perl
Perl extension to parse configuration files written in Perl
https://github.com/haukex/config-perl
config-perl perl perl-extension perl-module ppi
Last synced: 25 days ago
JSON representation
Perl extension to parse configuration files written in Perl
- Host: GitHub
- URL: https://github.com/haukex/config-perl
- Owner: haukex
- Created: 2015-05-17T12:36:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:14:00.000Z (8 months ago)
- Last Synced: 2024-07-30T19:50:36.649Z (5 months ago)
- Topics: config-perl, perl, perl-extension, perl-module, ppi
- Language: Perl
- Homepage: https://metacpan.org/release/Config-Perl
- Size: 61.5 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
Config-Perl
===========This is the distribution of the Perl modules
[`Config::Perl`](https://metacpan.org/pod/Config::Perl) and
[`Data::Undump::PPI`](https://metacpan.org/pod/Data::Undump::PPI).They are Perl extensions for parsing configuration files written in a subset
of Perl and (limited) undumping of data structures (via PPI, not eval).Please see the modules' documentation (POD) for details (try the commands
`perldoc lib/Config/Perl.pm` and `perldoc lib/Data/Undump/PPI.pm`) and the
file `Changes` for version information.[![Travis CI Build Status](https://travis-ci.org/haukex/Config-Perl.svg)](https://travis-ci.org/haukex/Config-Perl)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/haukex/Config-Perl?svg=true)](https://ci.appveyor.com/project/haukex/config-perl)
[![Coverage Status](https://coveralls.io/repos/github/haukex/Config-Perl/badge.svg)](https://coveralls.io/github/haukex/Config-Perl)
[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Config-Perl.svg)](https://cpants.cpanauthors.org/dist/Config-Perl)
[![CPAN Testers](https://haukex.github.io/my-badges/Config-Perl.svg)](http://matrix.cpantesters.org/?dist=Config-Perl)Installation
------------To install this module type the following:
perl Makefile.PL
make
make test
make installIf you are running Windows, you may need to use `dmake` or `nmake`
instead of `make`.Dependencies
------------Requirements: Perl v5.6 or higher (a more current version is strongly
recommended) and several of its core modules; users of older Perls may need
to upgrade some core modules. The CPAN module "PPI" is also required.The full list of required modules can be found in the file `Makefile.PL`.
This module should work on any platform supported by these modules.Author, Copyright and License
-----------------------------Copyright (c) 2015 Hauke Daempfling .
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl 5 itself.For more information see the Perl Artistic License,
which should have been distributed with your copy of Perl.
Try the command `perldoc perlartistic` or see