From: Marius Gavrilescu Date: Sat, 12 Nov 2016 16:39:18 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.001001^0 X-Git-Url: http://git.ieval.ro/?p=app-imdbtop.git;a=commitdiff_plain;h=7bb348ddcf2f60e36b36996998b78f3b36ea4e2c Bump version and update Changes --- diff --git a/Changes b/Changes index 0406f91..bdc9072 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension App::IMDBtop. +0.001001 2016-11-12T18:39+00:00 + - Make this module work on non-patched IMDB::Film + 0.001 2016-10-31T23:41+00:00 - Initial release diff --git a/README b/README index 8f665d5..8a16404 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-IMDBtop version 0.001 -========================= +App-IMDBtop version 0.001001 +============================ This script solves a simple problem: you have a list of movies you've watched (in the form of IMDB IDs), and you are looking for the actors diff --git a/lib/App/IMDBtop.pm b/lib/App/IMDBtop.pm index 340c612..7bd0f7b 100644 --- a/lib/App/IMDBtop.pm +++ b/lib/App/IMDBtop.pm @@ -8,7 +8,7 @@ use Getopt::Long; use IMDB::Film; use IMDB::Persons; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; our $warned = 0;