diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-16 11:22:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-16 11:22:01 +0200 |
commit | 86d8310d5724632f2cd54723e9a2ced66bb80ba9 (patch) | |
tree | eaea2df4240599af05bfbd499b541ba6545d8170 /Build.PL | |
parent | 06d064c1d6ba7a98c32527c0ca865c73fd65458e (diff) |
Use Term::ReadLine instead of builtin readline
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ my $build = Module::Build->new( 'File::Path' => 2.06_05, 'File::Slurp' => 0, 'POSIX' => 0, + 'Term::ReadLine' => 0, }, script_files => 'bin/', sign => 1, |