modules and extensions. It includes some primitive searching capabilities and
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-10-10 14:24:09 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(devel/p5-CPAN) Updated 2.26 to 2.27
2019-07-03 k <andk@cpan.org>
* release 2.27
* stable release, no functional change compared to 2.27-TRIAL2
* updated public key for PAUSE in the file PAUSE2021.pub
* small additions to distroprefs, to the Makefile.PL, and to the
MANIFEST
2019-06-09 k <andk@cpan.org>
* release 2.27-TRIAL2
* bugfix: omit the new POSIX::setsid call and the waitpid with
WNOHANG on Windows
* bugfix: the signalhandler has to kill the new process group
spawned for running the tests
* adding the README file that was generated during the release of
2.27-TRIAL
2019-05-31 k <andk@cpan.org>
* release 2.27-TRIAL
* two new options to protect against accidental downgrades:
allow_installing_outdated_dists and
allow_installing_module_downgrades
* two new options to tune the automatic determination of the
nearest peers: urllist_ping_external and urllist_ping_verbose;
NOTE: this feature was developed during the Perl Toolchain Summit
2019 in Marlow; thanks to the sponsors: Booking.com, cPanel,
MaxMind, FastMail, ZipRecruiter, Cogendo, Elastic, OpenCage Data,
Perl Services, Zoopla, Archer Education, OpusVL, Oetiker+Partner,
SureVoIP, YEF
* reveal the size of PERL5LIB in diagnostic output
* new semantics for parameter ftpstats_size: setting to '0' or
lower, disables download statistics
* bugfix: under certain circumstances, failing dependencies via
recommends and suggests could abort a build; this is now fixed
* bugfix: protect bundle processing against unavailable bundle
files and missing build directories
* bugfix: fix broken permissions after untar
* bugfix: protect against exceptions from unzip
* bugfix: add one level of fork+setsid for testing to prevent that
a test can kill the process group that CPAN.pm is running in.
Learned from experience with testing VIZDOM/DBD-JDBC-0.71.tar.gz
* fix plugins: all early returns from all methods, that are
accessible for plugins, now call the post* plugins
* new question answered in the FAQ: "How can I switch to sudo
instead of local::lib" (thanks to Amos Bird for asking the
question on irc)
* plenty of new and updated distroprefs documents, among which are
some important ones to prevent Module::AutoInstall from switching
to CPANPLUS and taking over (and harming) the build
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-04-20 06:42:18 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.26
Upstream changes:
2019-03-19 k <andk@cpan.org>
* release 2.26
* testfix release, no functional change
* 97-run.t is now skipped when test is run by root user because
perldoc often fails for root user (thanks to Binarus for
reporting)
* small additions to distroprefs and to the Makefile.PL
|
2019-03-16 15:10:54 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 2.25
Upstream changes:
2019-03-03 k <andk@cpan.org>
* release 2.25
* two weeks after the TRIAL release cpantesters have produced 298
pass and 2 fail reports on 108 different configurations; the two
fails are outliers I don't understand
* no functional change over 2.25-TRIAL; only a couple in the
distroprefs directory which is not used per default
2019-02-16 k <andk@cpan.org>
* release 2.25-TRIAL
* fix: Avoid a warning when prompting install_help intro (Nicolas
R/atoomic)
* testfix: load the tested module early, before juggling with @INC
* testfix: replace an exec with system and exit (greetings to Windows)
* two more distroprefs lines
2019-02-14 k <andk@cpan.org>
* release 2.24-TRIAL
* fix: set internal error state on writemakefile=NO in a rare case
without any output
* test fix: avoid a so far unreflected dependency on perldoc
* a few more distroprefs
2019-02-10 k <andk@cpan.org>
* release 2.23-TRIAL
* fix: when option cleanup_after_install is active, prevent
rerunning make install after a cleanup; allow it only with the
help of force; also prevent that it is triggered too early
* fix: address #121162: support distroprefs for install.env
* fix: the option h on cpan script now really ignores all other
options and arguments
* fix: Local::Null::Logger on cpan script did not honour
CPANSCRIPT_LOGLEVEL
* address #122520: exit 1 on unknown options on cpan script
* address #94941: refuse to generate reports with CPAN::Reporter
lower than 1.2011
* fix: distropref method "goto" now inherits CALLED_FOR and other
attributes from caller
* fix: correct a buggy version comparison when testing version of
Net::Ping
* portability fix: ensure that Compress::Zlib supports gzopen()
* internal fix: never overwrite internal attribute CALLED_FOR (no
known user-relevant implications)
* tiny test fixed uncovered by cpantesters, various tiny typo
corrections
* a couple of new and updated distroprefs files
|
2018-12-31 10:42:16 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 2.22
Upstream changes:
2018-12-23 k <andk@cpan.org>
* release 2.22
* one week after the TRIAL release cpantesters have produced 306
pass and 0 fail reports on 157 different configurations
* no functional change over 2.22-TRIAL; only one change in the
distroprefs directory which is not used per default and a minor
change in the Makefile.PL to ensure that the signature for the
tarball is produced with the current version of Module::Signature.
2018-12-16 k <andk@cpan.org>
* release 2.22-TRIAL
* fix: erroneous propagation from build_requires to requires
(Andreas Koenig)
* fix: ensure that the post install hook is always called (Andreas
Koenig)
* fix: the single blank line output that initializing CPAN does
when it's not having to report anything (Achim Gratz)
* doc fix: Correct spelling of Perl 5 command-line switch (James E
Keenan)
* doc fix: clarify use of pop/splice in the manpage of the
Specfile plugin (Andreas Koenig)
* a tiny amount of new and updated distroprefs files
2018-09-22 k <andk@cpan.org>
* release 2.21-TRIAL
* Avoid hash slice autovivification (Reini Urban)
* make chdir argument always stringified (Reini Urban)
* support JSON::PP as fallback for `reports` command when no YAML
is available (Michiel Beijen)
* fix #116507: cpan -j relative path issue (brian d foy)
* Bug fix for plugin `Specfile`: Build.PL script_files may be
non-ARRAY (Bernhard Graf)
* Fix tiny POD error (Aaron Crane)
* Added suggestion to the user to fix the common 'Terminal does
not support AddHistory error.' (Howard)
* fix #87474: build_require_install_policy=no: runtime dependency
not installed if also listed as build_require (Olivier Mengue, Slaven
Rezić, Peter Rabbitson, Andreas König)
* We are finally under the Travis umbrella (Katherine Spice)
* Adapt Jim Keenan's patch for _download status checking (brian d
foy)
* Use the right key in cpan(1) -g log message (brian d foy)
* address #124726: check for having EEXIST before using it (thanks
to Sergey Aleynikov for debugging)
* fix an unini warning from recompile() (thanks to frederick for
reporting)
* fix recently introduced bug: isa_perl() returns perl version
again and a test is added to ensure that (thanks to frederick for
reporting)
* a modest amount of new, imported and updated distroprefs files
2017-11-26 k <andk@cpan.org>
* release 2.20-TRIAL
* bugfix #123691: fix wrong wording of result message when r
command hits an empty set (Thank to lorenzo taviani for reporting)
* bugfix: remove spurious .= operator where an ordinary assignment
was intended (Andreas Koenig)
2017-11-05 k <andk@cpan.org>
* release 2.19-TRIAL
* bugfix #118921: make the null logger a non-null logger (Thanks
to Alexandr Ciornii and Zefram for reporting)
* tighten regexp in isa_perl (#123482) so that perl5-0.21 be
recognized as module (Thanks to Father Chrysostomos for the
request)
* bugfix for cleanup_after_install: do not attempt to cleanup the
current directory when the current directory is the build
directory
* improve robustness when CPAN::Reporter::record_command fails
* improve diagnostics when CPAN::Meta::Requirements is too old or
missing; bootstrapping older perls with new CPAN.pm should be
easier now
* improve robustness on file open issues
* improve robustness when yaml files cannot be loaded
* bugfix #121914: cpan client may fail when something is
both recommended AND required (Thanks to Sergey Aleynikov for the
report)
* package the PAUSE2019.pub public key for signatures
* bugfix on cpan script regarding -x option (H.Merijn Brand)
* couple of updates on distroprefs and minor fixes
2017-03-30 k <andk@cpan.org>
* release 2.18-TRIAL
* inject PERL_USE_UNSAFE_INC=1 also in "install" (Graham Knop,
Leon Timmermans, Andreas Koenig)
* bugfix: address #120781; protect circular Bundle definitions
from deep recursion (Andreas Koenig)
* various distroprefs files updated
2017-02-16 k <andk@cpan.org>
* release 2.17-TRIAL2
* bump version number for CPAN/Distribution.pm
2017-02-15 k <andk@cpan.org>
* release 2.17-TRIAL
* address #108: inject PERL_USE_UNSAFE_INC=1 on prepare, make, and
test; survival strategy for perls compiled with
-Ddefault_inc_excludes_dot (Todd Rinaldo, Graham Knop, Andreas
Koenig)
* make tests more robust against parallel runs and missing unzip
program (Andreas Koenig)
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|