File: Makefile.PL

package info (click to toggle)
libcss-perl 1.08-1%2Bnmu1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 968 kB
  • ctags: 146
  • sloc: perl: 13,716; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'CSS',
    'VERSION_FROM'	=> 'CSS.pm',
    'PREREQ_PM'		=> {
					Parse::RecDescent	=> 1.0,
					Test::Simple		=> 0,
				},
);