File: Makefile.PL

package info (click to toggle)
libcss-minifier-xs-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 192 kB
  • ctags: 1
  • sloc: perl: 11; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
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.35
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CSS::Minifier::XS',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/CSS/Minifier/XS.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0
                         }
        )
;