File: Makefile.PL

package info (click to toggle)
eperl 2.2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: ansic: 1,692; perl: 252; makefile: 139; sh: 10
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-2.0-only

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'  => 'Parse::ePerl',
    'DIR'   => ['Parse'],
);