http://www.perlmonks.org?node_id=1004348


in reply to Re: CSV String Split
in thread CSV String Split

Unfortunately:
Checking if your kit is complete... Looks good Bareword found where operator expected at ./Makefile.PL line 1, near " +30 mtime" (Missing operator before mtime?) Number found where operator expected at ./Makefile.PL line 2, near "27 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 2, near " +27 atime" (Missing operator before atime?) Number found where operator expected at ./Makefile.PL line 3, near "30 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 3, near " +30 ctime" (Missing operator before ctime?) ERROR from evaluation of /usr/share/cpan/build/HMBRAND-iipV8I/Text-CSV +_XS-0.92/M akefile.PL: ERROR from evaluation of /usr/share/cpan/build/HMBRAND-iip +V8I/Text-C SV_XS-0.92/PaxHeaders.23664/Makefile.PL: syntax error at ./Makefile.PL + line 1, n ear "30 mtime"

Not sure what to make of that, but the module doesn't want to install. tried cpan <module> and manual build as well. Puke.

Replies are listed 'Best First'.
Re^3: CSV String Split
by jcleland (Acolyte) on Nov 17, 2012 at 21:00 UTC
    NM, missing modules. Fixed. Thanks for the help and examples guys!