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 {