Subject: | Syntax error in Makefile.PL |
The Makefile.PL contains these lines (line numbers courtesy vim:):
7 'PREREQ_PM' => {
8 'Test::Simple' => '0.40'
9 'Time::Local' => '1.07'
10 },
and there's a comma missing.
The Build.PL is fine.
Thanks,