File: Makefile.PL

package info (click to toggle)
libterm-shellui-perl 0.92-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 184 kB
  • ctags: 59
  • sloc: perl: 1,286; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => "Term::ShellUI",
    AUTHOR => 'Scott Bronson (brons_cpan@rinspin.com)',
    VERSION_FROM => 'lib/Term/ShellUI.pm'
);