Install Class::Accessor with Build.PL --gui. #2315
This commit is contained in:
parent
01133fd0be
commit
d452a16ba8
1 changed files with 1 additions and 0 deletions
1
Build.PL
1
Build.PL
|
@ -34,6 +34,7 @@ my $gui = grep { $_ eq '--gui' } @ARGV;
|
||||||
my $xs_only = grep { $_ eq '--xs' } @ARGV;
|
my $xs_only = grep { $_ eq '--xs' } @ARGV;
|
||||||
if ($gui) {
|
if ($gui) {
|
||||||
%prereqs = qw(
|
%prereqs = qw(
|
||||||
|
Class::Accessor 0
|
||||||
Wx 0.9918
|
Wx 0.9918
|
||||||
);
|
);
|
||||||
%recommends = qw(
|
%recommends = qw(
|
||||||
|
|
Loading…
Reference in a new issue