Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-App-perlbrew
From: Makoto Fujiwara
Date: 2023-12-13 12:49:02
Message id: 20231213114902.CFA83FA42@cvs.NetBSD.org
Log Message:
(devel/p5-App-perlbrew) Updated 0.92 to 0.98
0.98
- Released at 2023-08-11T22:54:38+0900
- Remove the support of cperl from `available` and `install`
command. Github PR: #777. cperl can still be installed by
specifying the tarball, just not by their short names.
- new command: make-shim
- new command: make-pp.
0.97
- Released at 2023-05-12T22:33:42+0900
- Thanks to our contributors: Elvin Aslanov, Graham Knop,
Shoichi Kaji, Tomasz Konojacki, brian greenfield
- The documentation of `clone-module` and `list-modules` are improved.
- No longer depends on Pod::Parser. Github PR #760
- Bugfix for csh users: Github PR #770
0.96
- Released at 2022-07-31T15:42:39+0900
- Thanks to our contributors: Rolf Stæ—¦ckli
- `install-cpm` is now properly documented. Thanks to Tekki.
- Let `install` hint for `init` when PERLBREW_ROOT does not exist. .RT #57669.
- Reveal the actual error code of curl/wget etc. Github issue #748.
0.95
- Released at 2022-05-15T22:59:11+0800
- Thanks to our contributors: Leon Timmermans
- Now we use metacpan api for fetching perl versions and for
downloading. Github PR #743
- `--verbose` flag now also enable verbosity of underlying
curl/wget commands. Github PR #740.
- Avoid perl test errors when NO_COLOR is set. Github PR #738
0.94
- Released at 2021-12-05T08:39:16+0900
- Let `self-upgrade` print version numbers when doing
upgrades. Github issue #678.
0.93
- Released at 2021-11-22T23:09:25+0900
- Let `clone-modules` takes just one arguments and mean
'cloning modules from that perl'.
- Let `list-modules` and `clone-modules` map certain output to
their representative module name. Github issue #722
- `exec` command now takes aliases explicitly specified in
`--with` args and run commands with those aliases -- even if
that would run the same thing twice. Github issue #725
Files: