File: Makefile.PL

package info (click to toggle)
libterm-ttyrec-plus-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: perl: 2,219; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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;