File: Makefile.PL

package info (click to toggle)
libsyntax-highlight-perl-perl 1.00-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,284; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'Syntax::Highlight::Perl',
    VERSION_FROM => 'lib/Syntax/Highlight/Perl.pm',
);