Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Nov 2016 16:39:18 +0000 (18:39 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Nov 2016 16:39:18 +0000 (18:39 +0200)
Changes
README
lib/App/IMDBtop.pm

diff --git a/Changes b/Changes
index 0406f9196353588dbf1cc7e880a24a7fc24cd52a..bdc90724ffde6d8a75bb9165cec7e2e3f3ffbda4 100644 (file)
--- 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 8f665d57afc4830a4dd9f7ca0f3d793081dd25eb..8a16404ef6e49db9fbe47a7a607ecf136fffd327 100644 (file)
--- 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
index 340c6125cb44e952818bd4f7e97f5992ec359a81..7bd0f7bfb288081673f7188068e70ef65dee6591 100644 (file)
@@ -8,7 +8,7 @@ use Getopt::Long;
 use IMDB::Film;
 use IMDB::Persons;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 our $warned = 0;
 
This page took 0.011244 seconds and 4 git commands to generate.