In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/a767af75c1ae7077a71113d6c99c2b7a7c72a9b0?hp=84b55e0b165b377f31340b41bd7b3e71a6d3ba23>
- Log ----------------------------------------------------------------- commit a767af75c1ae7077a71113d6c99c2b7a7c72a9b0 Author: H.Merijn Brand - Tux <[email protected]> Date: Mon Nov 14 13:22:29 2016 +0100 Extra note that there is NO need to install dist/meta from github ----------------------------------------------------------------------- Summary of changes: README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 5ea28c4..26b6164 100644 --- a/README +++ b/README @@ -35,7 +35,12 @@ Contents of this directory: metaconfig/dist -> ../lib/dist (a) You need to have dist installed so that you have metalint and metaconfig - in your $PATH. + in your $PATH. As dist/meta binaries are now included in the git chackout, + you do NOT need to install dist/meta itself. + + If you also want to play with or compare to the original meta/dit, you can + checkout that too. + The dist version used for perl is dist-3.5-20 in this directory, which is a slightly modified version of the original, which you can get at GITHUB repository https://github.com/rmanfredi/dist.git. If you'd like to keep -- perl5 metaconfig repository
