项目作者: haukex

项目描述 :
Perl extension to parse configuration files written in Perl
高级语言: Perl
项目地址: git://github.com/haukex/Config-Perl.git
创建时间: 2015-05-17T12:36:26Z
项目社区:https://github.com/haukex/Config-Perl

开源协议:

下载


Config-Perl

This is the distribution of the Perl modules
Config::Perl and
:PPI">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
AppVeyor Build Status
Coverage Status
Kwalitee Score
CPAN Testers

Installation

To install this module type the following:

  1. perl Makefile.PL
  2. make
  3. make test
  4. make install

If 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.

Copyright (c) 2015 Hauke Daempfling haukex@zero-g.net.

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
http://perldoc.perl.org/perlartistic.html