File: Makefile.PL

package info (click to toggle)
libcss-minifier-xs-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 1
  • sloc: perl: 10; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.4004
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'CSS::Minifier::XS',
  'VERSION_FROM' => 'lib/CSS/Minifier/XS.pm',
  'PREREQ_PM' => {
                   'ExtUtils::CBuilder' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;