summaryrefslogtreecommitdiff
path: root/t/macro/inherit.sdf
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-08-02 00:40:04 +0100
committerColin Watson <cjwatson@debian.org>2023-08-02 00:40:04 +0100
commita37cf289ab455e83661aaa83196cb58cd0082665 (patch)
tree741af518b44d266f0c55635c86309fe45aaadcd6 /t/macro/inherit.sdf
parent96891a072b0cf527942af6a0f401e3a8571a6b19 (diff)
Use modern Perl package separators
Bug-Debian: https://bugs.debian.org/1042846 Forwarded: no Last-Update: 2023-08-02 Patch-Name: 008_modern_package_separators.diff
Diffstat (limited to 't/macro/inherit.sdf')
-rw-r--r--t/macro/inherit.sdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/macro/inherit.sdf b/t/macro/inherit.sdf
index 7663b35..f5e7f34 100644
--- a/t/macro/inherit.sdf
+++ b/t/macro/inherit.sdf
@@ -6,7 +6,7 @@
sub dump_path_Macro {
local($sdfhome, $igc);
- $sdfhome = $'app_lib_dir;
+ $sdfhome = $::app_lib_dir;
print "SDF include path is now:\n";
for $igc (@include_path) {
$igc =~ s/$sdfhome/\$SDFHOME/;