File: Makefile.PL

package info (click to toggle)
libtext-markup-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 870; python: 178; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Note: this file was auto-generated by Module::Build::Compat version 0.4234
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Text::Markdown' => '1.000004',
                   'Text::Textile' => '2.10',
                   'Text::MediawikiFormat' => '1.0',
                   'Text::WikiCreole' => '0.07',
                   'Pod::Simple::XHTML' => '3.15',
                   'Parse::BBCode' => '0.15',
                   'Symbol' => 0,
                   'HTML::Tagset' => 0,
                   'IPC::Open3' => 0,
                   'Text::Trac' => '0.10',
                   'HTML::Entities' => 0,
                   'Text::MultiMarkdown' => '1.000028',
                   'File::BOM' => '0.14'
                 },
  'VERSION_FROM' => 'lib/Text/Markup.pm',
  'NAME' => 'Text::Markup',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site'
)
;