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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.1 by root, Tue Nov 15 06:50:30 2011 UTC vs.
Revision 1.2 by root, Tue Nov 15 09:24:40 2011 UTC

32 32
33=cut 33=cut
34 34
35package OpenCL; 35package OpenCL;
36 36
37use common::sense;
38
37BEGIN { 39BEGIN {
38 $VERSION = '0.01'; 40 our $VERSION = '0.01';
39 41
40 require XSLoader; 42 require XSLoader;
41 XSLoader::load (__PACKAGE__, $VERSION); 43 XSLoader::load (__PACKAGE__, $VERSION);
42} 44}
43 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines