/usr/local/CPAN/Term-TtyRec-Plus/Makefile.PL


# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name     'Term-TtyRec-Plus';
all_from 'lib/Term/TtyRec/Plus.pm';
githubmeta;

requires 'IO::Uncompress::Bunzip2';

auto_install;
WriteAll;