aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0d5e8b3..db3859d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,6 +22,9 @@ my %pm = ('lib/GitACL.pm' => '$(INST_LIBDIR)/GitACL.pm',
22 22
23WriteMakefile( 23WriteMakefile(
24 'NAME' => 'gitaclhook', 24 'NAME' => 'gitaclhook',
25 'ABSTRACT_FROM' => 'gitaclhook',
26 'AUTHOR' => 'Sergey Poznyakoff <gray@gnu.org>',
27 'LICENSE' => 'gpl',
25 'FIRST_MAKEFILE' => 'Makefile', 28 'FIRST_MAKEFILE' => 'Makefile',
26 'VERSION' => '1.00', 29 'VERSION' => '1.00',
27 'PM' => \%pm, 30 'PM' => \%pm,

Return to:

Send suggestions and report system problems to the System administrator.