[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-stow] stow 2.3.0 external dependencies
From: |
Adam Sampson |
Subject: |
[Bug-stow] stow 2.3.0 external dependencies |
Date: |
Sat, 29 Jun 2019 12:47:03 +0100 |
User-agent: |
Mutt/1.12.0 (2019-05-25) |
Hi bug-stow,
stow 2.3.0 added external runtime dependencies on Hash::Merge and
Clone::Choose. Historically stow hasn't had runtime dependencies other
than Perl itself, which is a useful property if you're managing the
installation of Perl using stow; the bootstrapping instructions in
stow's manual would need updating to describe how to install these two
modules (and any dependencies they have now or in the future) as well.
However, Hash::Merge is much more general than stow actually needs.
I've attached a patch which replaces the merge() call with a few lines
of equivalent code -- this avoids the external dependencies, and I think
it's clearer than the merge() call.
Thanks very much,
--
Adam Sampson <address@hidden> <http://offog.org/>
merge.diff
Description: Text document
- [Bug-stow] stow 2.3.0 external dependencies,
Adam Sampson <=