[perl-extutils-depends: 5/7] let other languages than C benefit
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-extutils-depends: 5/7] let other languages than C benefit
- Date: Fri, 7 May 2021 19:20:17 +0000 (UTC)
commit d15668c9572b680bc1e8cb737158a65ac6050681
Author: Ed J <mohawk2 users noreply github com>
Date: Mon Apr 12 15:39:48 2021 +0100
let other languages than C benefit
lib/ExtUtils/Depends.pm | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 55c48c7..eb1ba77 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -152,10 +152,6 @@ EOF
sub Inline {
my (\$class, \$lang) = \@_;
- if (\$lang ne 'C') {
- warn "Warning: Inline hints not available for \$lang language\n";
- return;
- }
+{ map { (uc(\$_) => \$self->{\$_}) } qw(inc libs typemaps) };
}
EOT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]