File: Makefile.PL

package info (click to toggle)
libclass-gomor-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 196 kB
  • ctags: 31
  • sloc: perl: 234; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: Makefile.PL 2000 2015-01-13 18:24:09Z gomor $
#
use ExtUtils::MakeMaker;

WriteMakefile(
   NAME => 'Class::Gomor',
   VERSION_FROM  => 'lib/Class/Gomor.pm',
   LICENSE => 'artistic',
   ABSTRACT_FROM => 'lib/Class/Gomor.pm',
   AUTHOR => 'GomoR <gomor_at_cpan.org>',
   MIN_PERL_VERSION => '5.6.1',
   PREREQ_PM     => {
      Data::Dumper => 0,
   },
);