File: spaces4_3.txt

package info (click to toggle)
libtext-findindent-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 480; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

WriteMakefile(
    PL_FILES            => {},
    LICENSE             => 'perl',
    PREREQ_PM => {
                  'Test::More' => 0,
                  'Yahoo::Search::XML' => '20060729.004',
                  'LWP::UserAgent' => 0,
                  'URI' => 1.36,
		  'Encode' => 0, #this line has tabs
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);