Subject: | Error on OS X |
This is my Makefile.PL:
use inc::Module::Install;
name('RTF-Tokenizer');
abstract('Tokenizes RTF');
author('Peter Sergeant <rtft@clueball.com>');
license('perl');
include_deps('Test::More');
requires('Test::More');
recommends('IO::Scalar');
check_nmake(); # check and download nmake.exe for Win32
&Makefile->write;
--
bash-2.05a$ perl Makefile.PL
include inc/Module/Install.pm
include inc/Module/Install/Metadata.pm
include inc/Module/Install/Base.pm
include inc/Module/Install/Include.pm
Can't "next" outside a loop block at /Library/Perl/Module/Install/Admin/ScanDeps.pm line 18.