File: Makefile.PL

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