File: Makefile.PL

package info (click to toggle)
libdevel-stacktrace-perl 1.2100-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 20
  • sloc: perl: 285; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.32
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Devel::StackTrace',
          'VERSION_FROM' => 'lib/Devel/StackTrace.pm',
          'PREREQ_PM' => {
                           'File::Spec' => '0',
                           'Scalar::Util' => '0',
                           'Test::More' => '0.46'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;