We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d335c commit 11afe4dCopy full SHA for 11afe4d
alienfile
@@ -20,8 +20,6 @@ share {
20
);
21
plugin Extract => 'tar.gz';
22
plugin 'Build::CMake';
23
- # require Strawberry perl gmake.exe on windows
24
- plugin 'Build::Make' => ( $^O eq 'MSWin32' ? 'gmake' : 'make' );
25
build [
26
# pitch in required cmake stuff
27
'echo %cd%',
lib/Alien/LibJQ.pm
@@ -4,7 +4,7 @@ use warnings;
4
use base qw/Alien::Base/;
5
use vars qw/$VERSION/;
6
7
-$VERSION = '0.02';
+$VERSION = '0.03';
8
9
=head1 NAME
10
0 commit comments