Skip Menu |

This queue is for tickets about the Domain-Register-TK CPAN distribution.

Report information
The Basics
Id: 69333
Status: new
Priority: 0/
Queue: Domain-Register-TK

People
Owner: Nobody in particular
Requestors: tour [...] jeroen.la
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.1
Fixed in: (no value)



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