Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Apr 2016 18:51:06 +0000 (21:51 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Apr 2016 18:51:06 +0000 (21:51 +0300)
Changes
lib/Image/OpenALPR.pm
lib/Image/OpenALPR/PlateResult.pm

diff --git a/Changes b/Changes
index da0d8faa35b602f6a7f39d7374c17500a5a2ea79..0b35339257d1450c2ab57a93c4d88efedf4185d2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 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
index b1124a26e6f6f781c4c59f5f7279a23f58a2bc41..81521ede80c947d7226d6b3e4f98d528b80bbf5e 100644 (file)
@@ -9,7 +9,7 @@ use JSON::MaybeXS qw/decode_json/;
 use XSLoader;
 
 BEGIN {
-       our $VERSION = '0.001';
+       our $VERSION = '0.001001';
        XSLoader::load('Image::OpenALPR', $VERSION);
        *initialise         = \&initialize;
        *is_loaded          = \&isLoaded;
index e06a3e93d59149e6a33d959a713d0bc9b44f3fed..b24f899901da8da0e065fce32533fbc9cd61eba5 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 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/);
 
This page took 0.012299 seconds and 4 git commands to generate.