Commit 3a4650d 1 parent 6728fe5 commit 3a4650d Copy full SHA for 3a4650d
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ share {
40
40
if ($^O eq 'linux') {
41
41
requires 'Alien::libudev' => '0.1';
42
42
eval "use Alien::libudev"; die $@ if $@;
43
- $cppflags = Alien::libudev->cflags;
44
- $ldflags = Alien::libudev->libs;
43
+ $cppflags = Alien::libudev->cflags // '' ;
44
+ $ldflags = Alien::libudev->libs // '' ;
45
45
46
46
meta->after_hook(gather_share => sub {
47
47
my($build) = @_;
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ copyright_holder = Ahmad Fatoum
5
5
copyright_year = 2017
6
6
7
7
[AutoPrereqs]
8
+ [OSPrereqs / linux]
9
+ Alien::libudev = 0.14
8
10
9
11
[@Starter]
10
12
@@ -29,3 +31,9 @@ user = athreef
29
31
[Git::NextVersion]
30
32
first_version = 0.2
31
33
[ChangelogFromGit]
34
+
35
+ ; [Git::CommitBuild]
36
+ [MinimumPerl]
37
+ [Test::MinimumVersion]
38
+ max_target_perl = 5.8
39
+ [Test::Compile]
You can’t perform that action at this time.
0 commit comments