Subject: | Makefile.PL contains syntax error |
This module cannot be installed, because Makefile.PL contains a syntax
error. The attached patch fixes this.
It's just one line that ends in a semicolon instead of a comma.
Subject: | dottk-Makefile-fix.patch |
--- Makefile.PL.orig Fri Oct 30 14:21:14 2009
+++ Makefile.PL Thu Jul 7 13:09:50 2011
@@ -4,7 +4,7 @@
WriteMakefile(
NAME => 'Domain::Register::TK',
- AUTHOR => 'Dot TK Limited <partners@dot.tk>';
+ AUTHOR => 'Dot TK Limited <partners@dot.tk>',
VERSION_FROM => 'lib/Domain/Register/TK.pm',
ABSTRACT_FROM => 'lib/Domain/Register/TK.pm',
($ExtUtils::MakeMaker::VERSION >= 6.3002