Source: libapache-admin-config-perl Maintainer: Debian Perl Group Uploaders: Alex Muntada Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-admin-config-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapache-admin-config-perl.git Homepage: https://metacpan.org/release/Apache-Admin-Config Package: libapache-admin-config-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to read/write Apache like configuration files Apache::Admin::Config provides an object oriented interface to read and write Apache configuration files without affecting comments, indentation, or truncated lines. . You can easily extract information from Apache configuration files, or manage htaccess files. An advantage over Apache::ConfigFile is that you can modify configuration files on disk, and generate new ones. . The class was specifically written for a hosting provider, where it is used to add new clients, activate features, (un)lock directories using htaccess, etc. It can also come in handy for writing a one-shot migration script in a few lines.