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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.86 by root, Mon May 7 01:00:31 2012 UTC vs.
Revision 1.87 by root, Mon May 7 01:01:33 2012 UTC

597use Async::Interrupt (); 597use Async::Interrupt ();
598 598
599our $POLL_FUNC; # set by XS 599our $POLL_FUNC; # set by XS
600 600
601BEGIN { 601BEGIN {
602 our $VERSION = '1.0'; 602 our $VERSION = '1.01';
603 603
604 require XSLoader; 604 require XSLoader;
605 XSLoader::load (__PACKAGE__, $VERSION); 605 XSLoader::load (__PACKAGE__, $VERSION);
606 606
607 @OpenCL::Platform::ISA = 607 @OpenCL::Platform::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines