https://github.com/bodgit/perl-bind-config-parser
http://search.cpan.org/~mattd/BIND-Config-Parser/
https://github.com/bodgit/perl-bind-config-parser
Last synced: 8 months ago
JSON representation
http://search.cpan.org/~mattd/BIND-Config-Parser/
- Host: GitHub
- URL: https://github.com/bodgit/perl-bind-config-parser
- Owner: bodgit
- Created: 2013-08-27T13:51:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T13:52:24.000Z (over 12 years ago)
- Last Synced: 2025-03-05T04:34:06.230Z (12 months ago)
- Language: Perl
- Size: 39.1 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
BIND::Config::Parser version 0.01
=================================
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Parse::RecDescent
Test::More
COPYRIGHT AND LICENSE
Copyright (c) 2006 Matt Dainty.
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
AUTHORS
Matt Dainty