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

Comparing OpenCL/Makefile.PL (file contents):
Revision 1.2 by root, Tue Nov 15 09:24:40 2011 UTC vs.
Revision 1.3 by root, Thu Nov 17 02:10:39 2011 UTC

4 dist => { 4 dist => {
5 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => 'pod2text OpenCL.pm | 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 PM_PREREQ => { 9 PREREQ_PM => {
10 common::sense => 0, 10 common::sense => 0,
11 }, 11 },
12 NAME => "OpenCL", 12 NAME => "OpenCL",
13 VERSION_FROM => "OpenCL.pm", 13 VERSION_FROM => "OpenCL.pm",
14 LIBS => ["-lOpenCL"], 14 LIBS => ["-lOpenCL"],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines