Revision history for Perl extension Image::OpenALPR.
+0.001001 2016-04-16T21:51+03:00
+ - Use Devel::CheckLib to abort Makefile generation if library is not found
+ - Overload stringify operator in Image::OpenALPR::PlateResult
+ - Improve POD
+ - Expand testsuite
+
0.001 2016-04-10T01:42+03:00
- Initial release
\ No newline at end of file
use XSLoader;
BEGIN {
- our $VERSION = '0.001';
+ our $VERSION = '0.001001';
XSLoader::load('Image::OpenALPR', $VERSION);
*initialise = \&initialize;
*is_loaded = \&isLoaded;
use overload '""' => sub { shift->plate }, fallback => 1;
use parent qw/Class::Accessor::Fast/;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
__PACKAGE__->mk_ro_accessors(qw/plate confidence matches_template/);