From 1bf39dc19f38f9f3a41052468edb7dd33f74fbd2 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Thu, 11 May 2023 16:17:20 -0600 Subject: [PATCH] push onto the correct list --- Changes | 2 +- example/user/tool/lib/LZMA/Example.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 563dda1f..0a2bf04e 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} - - Documentation improvements (gh#399, gh#400) + - Documentation improvements (gh#399, gh#400, gh#401, gh#402) - Do not generate .../Install/Files.pm if one is provided by the Alien (gh#393, gh#397) diff --git a/example/user/tool/lib/LZMA/Example.pm b/example/user/tool/lib/LZMA/Example.pm index 5680a6f4..3357490e 100644 --- a/example/user/tool/lib/LZMA/Example.pm +++ b/example/user/tool/lib/LZMA/Example.pm @@ -10,7 +10,7 @@ use Exporter qw( import ); our $VERSION = '0.01'; our @EXPORT = qw( lzma_version_string ); -unshift @ENV, Alien::xz->bin_dir; +unshift @PATH, Alien::xz->bin_dir; sub lzma_version_string {