From ed46cfa19d1f83eb25ecde2a1410af1d2f6fd343 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 3 Aug 2017 17:47:18 +0200 Subject: Simplified the code base by requiring wxWidgets >= 3.0 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 0f340a585..0e5113456 100644 --- a/Build.PL +++ b/Build.PL @@ -34,7 +34,7 @@ my $xs_only = grep { $_ eq '--xs' } @ARGV; if ($gui) { %prereqs = qw( Class::Accessor 0 - Wx 0.9918 + Wx 3.0 Socket 2.016 ); %recommends = qw( -- cgit v1.2.3