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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.27 by root, Wed Nov 23 03:02:38 2011 UTC vs.
Revision 1.28 by root, Sat Dec 10 23:07:38 2011 UTC

1302package OpenCL; 1302package OpenCL;
1303 1303
1304use common::sense; 1304use common::sense;
1305 1305
1306BEGIN { 1306BEGIN {
1307 our $VERSION = '0.59'; 1307 our $VERSION = '0.91';
1308 1308
1309 require XSLoader; 1309 require XSLoader;
1310 XSLoader::load (__PACKAGE__, $VERSION); 1310 XSLoader::load (__PACKAGE__, $VERSION);
1311 1311
1312 @OpenCL::Buffer::ISA = 1312 @OpenCL::Buffer::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines