File: Makefile.PL

package info (click to toggle)
libical-parser-perl 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 624 kB
  • ctags: 24
  • sloc: perl: 299; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'iCal::Parser',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/iCal/Parser.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.54',
                           'IO::File' => '1.1',
                           'IO::String' => 0,
                           'FreezeThaw' => '0.43',
                           'File::Basename' => 0,
                           'DateTime::Format::ICal' => '0.08',
                           'Text::vFile::asData' => '0.02'
                         }
        )
;