File: Makefile.PL

package info (click to toggle)
libdatetime-calendar-discordian-perl 1.0-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 803; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'DateTime::Calendar::Discordian',
  'VERSION_FROM' => 'lib/DateTime/Calendar/Discordian.pm',
  'PREREQ_PM' => {
                   'DateTime' => 0,
                   'DateTime::Locale' => 0,
                   'Params::Validate' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;