Skip to content

Commit

Permalink
bump version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Jan 31, 2016
1 parent b4e1924 commit 2527f6b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ Revision history for FilmAffinity-UserRating
0.08 13 Nov 2014 / 20h10
Update dependencies

0.09 22 Nov 2014 / 15h45
0.09 22 Nov 2014 / 15h45
Rewrite XPath expression because of the new layout of filmaffinity
Improve unit test
add myrating accessor
bug-fix: unit test failures on Windows

0.10 31 Nov 2016 / 11h20
Improve pod documentation
Clean code
4 changes: 2 additions & 2 deletions bin/filmaffinity-get-all-info.pl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ =head1 DESCRIPTION
=head1 VERSION
Version 0.09
Version 0.10
=head1 USAGE
Expand Down Expand Up @@ -66,7 +66,7 @@ =head1 OPTIONS
=cut

our $VERSION = '0.09';
our $VERSION = '0.10';

my ( $userID, $delay, $destination, $force, $help );

Expand Down
4 changes: 2 additions & 2 deletions bin/filmaffinity-get-movie-info.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ =head1 DESCRIPTION
=head1 VERSION
Version 0.09
Version 0.10
=head1 USAGE
Expand Down Expand Up @@ -56,7 +56,7 @@ =head1 OPTIONS
=cut

our $VERSION = '0.09';
our $VERSION = '0.10';

Readonly my $DELAY => 5;

Expand Down
4 changes: 2 additions & 2 deletions bin/filmaffinity-get-ratings.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ =head1 DESCRIPTION
=head1 VERSION
Version 0.09
Version 0.10
=head1 USAGE
Expand Down Expand Up @@ -57,7 +57,7 @@ =head1 OPTIONS
=cut

our $VERSION = '0.09';
our $VERSION = '0.10';

Readonly my $DELAY => 5;

Expand Down
4 changes: 2 additions & 2 deletions lib/FilmAffinity/Movie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ FilmAffinity::Movie - Perl interface to FilmAffinity
=head1 VERSION
Version 0.09
Version 0.10
=cut

our $VERSION = 0.09;
our $VERSION = 0.10;

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/FilmAffinity/UserRating.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ FilmAffinity::UserRating - Perl interface to FilmAffinity
=head1 VERSION
Version 0.09
Version 0.10
=cut

our $VERSION = '0.09';
our $VERSION = '0.10';

=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions lib/FilmAffinity/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ FilmAffinity::Utils - Utils for FilmAffinity
=head1 VERSION
Version 0.09
Version 0.10
=cut

our $VERSION = 0.09;
our $VERSION = 0.10;

=head1 SYNOPSIS
Expand All @@ -25,7 +25,7 @@ our $VERSION = 0.09;
my $string = demoronize($string);
my $ua = buildRobot($delay);
my $tsv = data2tsv($data);
=head1 DESCRIPTION
Several utilities functions
Expand Down

0 comments on commit 2527f6b

Please sign in to comment.