ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Makefile.PL
(Generate patch)

Comparing App-Staticperl/Makefile.PL (file contents):
Revision 1.1 by root, Mon Dec 6 19:33:57 2010 UTC vs.
Revision 1.2 by root, Mon Jul 18 17:54:34 2011 UTC

5 PREOP => './build && pod2text bin/staticperl | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => './build && pod2text bin/staticperl | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "App::Staticperl", 9 NAME => "App::Staticperl",
10 ABSTRACT => "perl, libc, 100 modules, all in one standalone 500kb file",
10 VERSION_FROM => "bin/staticperl", 11 VERSION_FROM => "bin/staticperl",
11 EXE_FILES => ["bin/staticperl"], 12 EXE_FILES => ["bin/staticperl"],
12 PM => {}, 13 PM => {},
13 MAN3PODS => {}, 14 MAN3PODS => {},
14); 15);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines