--- OpenCL/OpenCL.pm 2011/11/17 02:54:14 1.11 +++ OpenCL/OpenCL.pm 2011/11/17 03:01:35 1.13 @@ -222,6 +222,9 @@ arrays (C), while this module explicitly expects the components as separate arguments- +=item * Structures are often specified with their components, and returned +as arrayrefs. + =item * Where possible, one of the pitch values is calculated from the perl scalar length and need not be specified. @@ -645,7 +648,7 @@ use common::sense; BEGIN { - our $VERSION = '0.03'; + our $VERSION = '0.14'; require XSLoader; XSLoader::load (__PACKAGE__, $VERSION);