Skip to content

Commit

Permalink
Fixed rt.cpan.org#123087: add IO::Socket::SSL as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Sep 21, 2017
1 parent b3b84c6 commit 79f3da4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.02:

Fixed rt.cpan.org#123087: add IO::Socket::SSL as dependency.

2.01:

dict.leo.org now forces SSL via Cloudflare, we follow suit.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# made for WWW::Dict::Leo::Org 1.33 and up
# made for WWW::Dict::Leo::Org 2.01 and up

use ExtUtils::MakeMaker;

Expand All @@ -10,7 +10,7 @@ WriteMakefile(
'clean' => { FILES => '*~' },
'EXCLUDE_EXT' => [ qw(README) ],
'PREREQ_PM' => { 'Carp::Heavy' => 0,
'IO::Socket' => 0,
'IO::Socket::SSL' => 0,
'MIME::Base64' => 0,
'XML::Simple' => 0
}
Expand Down
2 changes: 1 addition & 1 deletion Org.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# or service marks of their respective holders.

package WWW::Dict::Leo::Org;
$WWW::Dict::Leo::Org::VERSION = "2.01";
$WWW::Dict::Leo::Org::VERSION = "2.02";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion leo
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my $default_c = "\033[0m"; # reset default terminal color
my $bold_c = "\033[0;34m"; # blue color
my $copy_c = "\033[0;35m"; # copyright message color (green)

my $version = "2.01";
my $version = "2.02";
my $config = $ENV{HOME} . "/.leo";
my $cache = $ENV{HOME} . "/.leo-CACHE.db";

Expand Down

0 comments on commit 79f3da4

Please sign in to comment.