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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.69 by root, Thu May 3 23:30:08 2012 UTC vs.
Revision 1.70 by root, Thu May 3 23:32:47 2012 UTC

529use Async::Interrupt (); 529use Async::Interrupt ();
530 530
531our $POLL_FUNC; # set by XS 531our $POLL_FUNC; # set by XS
532 532
533BEGIN { 533BEGIN {
534 our $VERSION = '0.98'; 534 our $VERSION = '0.99';
535 535
536 require XSLoader; 536 require XSLoader;
537 XSLoader::load (__PACKAGE__, $VERSION); 537 XSLoader::load (__PACKAGE__, $VERSION);
538 538
539 @OpenCL::Platform::ISA = 539 @OpenCL::Platform::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines