Skip to content

Commit

Permalink
push onto the correct list
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 11, 2023
1 parent 701f78a commit 1bf39dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion example/user/tool/lib/LZMA/Example.pm
Expand Up @@ -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
{
Expand Down

0 comments on commit 1bf39dc

Please sign in to comment.