File: Makefile.PL

package info (click to toggle)
libperl-destruct-level-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: perl: 12; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use 5.008;
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
    AUTHOR => 'Rafael Garcia-Suarez <rgarciasuarez@gmail.com>',
    NAME => 'Perl::Destruct::Level',
    VERSION_FROM => 'Level.pm',
);