summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: ca871d7168fbb5a1b58fe3f9c03ead0162871cea (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           'Language-TECO';
all_from       'lib/Language/TECO.pm';

requires       '';

build_requires 'Test::More';

auto_install;
WriteAll;