The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Config-Hosts

Config::Hosts - Interface to /etc/hosts file. A tool that manages the
hosts list on a machine, is able to query/insert/delete/update the
entries by IP or by a hostname, and also maintains the original
comments and some sanity checks on IP and hostname values.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Config::Hosts

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Hosts

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Config-Hosts

    CPAN Ratings
        http://cpanratings.perl.org/d/Config-Hosts

    Search CPAN
        http://search.cpan.org/dist/Config-Hosts/


LICENSE AND COPYRIGHT

Copyright (C) 2011 Roman M. Parparov

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.