summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 1cc695b750ad551c2b83004e1188140cad2b49dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name           'IO-Pty-Easy';
all_from       'lib/IO/Pty/Easy.pm';

requires       'IO::Pty';

build_requires 'Test::More';

auto_install;
WriteAll;