Skip to content

Commit 11afe4d

Browse files
committed
fix a bug in alienfile
1 parent e5d335c commit 11afe4d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

alienfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ share {
2020
);
2121
plugin Extract => 'tar.gz';
2222
plugin 'Build::CMake';
23-
# require Strawberry perl gmake.exe on windows
24-
plugin 'Build::Make' => ( $^O eq 'MSWin32' ? 'gmake' : 'make' );
2523
build [
2624
# pitch in required cmake stuff
2725
'echo %cd%',

lib/Alien/LibJQ.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44
use base qw/Alien::Base/;
55
use vars qw/$VERSION/;
66

7-
$VERSION = '0.02';
7+
$VERSION = '0.03';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)