use
strict;
use
warnings;
use
ExtUtils::MakeMaker;
WriteMakefile(
NAME
=>
'Term::Shell::Pluggable'
,
AUTHOR
=>
'Dmitri Popov <operator@cv.dp-net.com>'
,
VERSION_FROM
=>
'lib/Term/Shell/Pluggable.pm'
,
ABSTRACT_FROM
=>
'lib/Term/Shell/Pluggable.pm'
,
PL_FILES
=> {},
PREREQ_PM
=> {
'Test::More'
=> 0,
'Term::Shell'
=> 0,
},
META_MERGE
=> {
resources
=> {
},
},
dist
=> {
COMPRESS
=>
'gzip -9f'
,
SUFFIX
=>
'gz'
, },
clean
=> {
FILES
=>
'Term-Shell-Pluggable-*'
},
);