bin/read-httpd-conf
changeset 19 705353a1d274
parent 18 eb152cd8d2bc
--- a/bin/read-httpd-conf	Mon Jan 12 15:08:08 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-#!/usr/bin/perl
-#line 3
-use 5.010;
-use strict;
-use warnings;
-use App::read_httpd_conf;
-use Pod::Usage;
-
-pod2usage if not @ARGV;
-exit App::read_httpd_conf->main(@ARGV);
-
-1;
-
-__END__
-
-=head1 NAME 
-
- read-httpd-conf
-
-=head1 SYNOPSIS
-
- read-httpd-conf file
-
-=head1 DESCRIPTION
-
-This small tool reads the apache config file and obeyes all the includes. You may
-then parse the output.
-
-=head1 OPTIONS
-
-None so far.
-
-=cut