# Note: this file was auto-generated by Module::Build::Compat version 0.4220
require
5.008;
use
ExtUtils::MakeMaker;
WriteMakefile
(
'INSTALLDIRS'
=>
'site'
,
'PREREQ_PM'
=> {
'Text::CSV'
=> 1,
'Test::More'
=> 0
},
'NAME'
=>
'Text::CSV::Unicode'
,
'PL_FILES'
=> {},
'VERSION_FROM'
=>
'lib/Text/CSV/Unicode.pm'
,
'EXE_FILES'
=> []
)
;