# perl Makefile.PL
String found where operator expected at Makefile.PL line 3, near "name
'Params-Util'"
(Do you need to predeclare name?)
String found where operator expected at Makefile.PL line 4, near
"all_from 'lib/Params/Util.pm'"
(Do you need to predeclare all_from?)
String found where operator expected at Makefile.PL line 5, near
"requires 'Exporter'"
(Do you need to predeclare requires?)
String found where operator expected at Makefile.PL line 6, near
"requires 'Scalar::Util'"
(Do you need to predeclare requires?)
String found where operator expected at Makefile.PL line 7, near
"build_requires 'Test::More'"
(Do you need to predeclare build_requires?)
String found where operator expected at Makefile.PL line 8, near
"build_requires 'File::Spec'"
(Do you need to predeclare build_requires?)
syntax error at Makefile.PL line 3, near "name 'Params-Util'"
Execution of Makefile.PL aborted due to compilation errors.