aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vhostcname/Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/vhostcname/Makefile.PL b/vhostcname/Makefile.PL
index 4db4085..573c5d4 100644
--- a/vhostcname/Makefile.PL
+++ b/vhostcname/Makefile.PL
@@ -5,11 +5,14 @@ use ExtUtils::MakeMaker;
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'vhostcname',
+ 'AUTHOR' => 'Sergey Poznyakoff <gray@gnu.org>',
+ 'ABSTRACT' => 'Synchronizes DNS with server names and aliases from Apache virtual host configuration',
'FIRST_MAKEFILE' => 'Makefile',
'VERSION' => '1.00',
'EXE_FILES' => [ 'vhostcname' ],
'PREREQ_PM' => { 'Getopt::Long' => 2.34,
- 'Net::DNS' => 0.66,
+ 'Net::DNS' => 0.66,
+ 'Digest::HMAC' => 1.03,
'Pod::Usage' => 1.51,
'Pod::Man' => 2.25 }
);

Return to:

Send suggestions and report system problems to the System administrator.