summaryrefslogtreecommitdiff
path: root/lib/Apache/Config/Preproc/ifmodule.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Apache/Config/Preproc/ifmodule.pm')
-rw-r--r--lib/Apache/Config/Preproc/ifmodule.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Apache/Config/Preproc/ifmodule.pm b/lib/Apache/Config/Preproc/ifmodule.pm
index 3676236..5ec925a 100644
--- a/lib/Apache/Config/Preproc/ifmodule.pm
+++ b/lib/Apache/Config/Preproc/ifmodule.pm
@@ -1,12 +1,14 @@
package Apache::Config::Preproc::ifmodule;
use strict;
use warnings;
use Carp;
use IPC::Open3;
+our $VERSION = '1.01';
+
sub new {
my $class = shift;
my $conf = shift;
my $self = bless { conf => $conf }, $class;
local %_ = @_;
my $v;

Return to:

Send suggestions and report system problems to the System administrator.