This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Mark unlnk as Core only
[perl5.git] / Porting / sync-with-cpan
2020-07-17 James E KeenanHTTP::Tiny needs two modules for https support
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2018-12-01 James E KeenanAdd instruction to configure to SYNOPSIS
2018-02-25 Father Chrysostomossync-with-cpan: Allow relative dir for tarball
2017-10-03 Father Chrysostomossync-with-cpan: curl support
2017-10-03 Father ChrysostomosPorting/sync-with-cpan: 5.12 compatibility
2017-07-27 Dagfinn Ilmari Man... Fetch CPAN modules from the metacpan mirror instead...
2017-03-19 Aaron CranePorting/sync-with-cpan: honour exec-bit whitelist
2017-03-19 Aaron CranePorting/sync-with-cpan: handle absence of "." from...
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-30 Aaron CranePorting/sync-with-cpan: another preflight check
2016-12-30 Aaron CraneRevert "Porting/sync-with-cpan: apply --jobs=N when...
2016-12-30 Aaron CranePorting/sync-with-cpan: handle unwritable files in...
2016-12-30 Aaron CranePorting/sync-with-cpan: remove needless loop
2016-12-30 Aaron CranePorting/sync-with-cpan: fix bug in updating Maintainers.pl
2016-12-30 Aaron CranePorting/sync-with-cpan: try to change "::" to "-" in...
2016-12-30 Aaron CranePorting/sync-with-cpan: offer advice in the face of...
2016-12-30 Aaron CranePorting/sync-with-cpan: allow out-of-tree --tarball...
2016-12-30 Aaron CranePorting/sync-with-cpan: more preflight checks for ...
2016-12-30 Aaron CranePorting/sync-with-cpan: avoid unless/else
2016-12-30 Aaron CranePorting/sync-with-cpan: bail out early if Configure...
2016-12-30 Aaron CranePorting/sync-with-cpan: factor out internal WIN32 constant
2016-12-30 Aaron CranePorting/sync-with-cpan: apply --jobs=N when running...
2016-12-30 Aaron CranePorting/sync-with-cpan: add --jobs option
2016-12-30 Aaron CranePorting/sync-with-cpan: avoid "Attempting to …" message
2016-12-30 Aaron CranePorting/sync-with-cpan: improve advice emitted at end
2016-12-30 Aaron CranePorting/sync-with-cpan: run regen/lib_cleanup.pl if...
2016-12-30 Aaron CranePorting/sync-with-cpan: delete entries from MANIFEST...
2016-12-30 Aaron CranePorting/sync-with-cpan: run manisort with --quiet
2016-12-30 Aaron CranePorting/sync-with-cpan: run manisort under the current...
2016-12-30 Aaron CranePorting/sync-with-cpan: do in fact run the new dist...
2016-12-30 Aaron CranePorting/sync-with-cpan: accept dist name instead of...
2016-12-30 Aaron CranePorting/sync-with-cpan: mention generation of make.log
2016-12-30 Aaron CranePorting/sync-with-cpan: don't reimplement tmpdir()
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2014-08-01 H.Merijn Brandadd --help to Porting/sync-with-cpan
2014-03-20 Ricardo Signessync-with-cpan: allow digits after -TRIAL
2014-03-19 Aaron CranePorting/sync-with-cpan: allow "-TRIAL" version numbers
2013-10-06 Max MaischeinElide use of `grep`
2013-10-06 Max MaischeinRun correct make
2013-10-06 Max MaischeinElide use of `chmod`
2013-10-06 Max MaischeinElide use of `ls`, `find` and `touch`
2013-10-06 Max MaischeinElide use of `rm`
2013-10-06 Max MaischeinFirst try with HTTP::Tiny, fallback on `wget`
2013-05-24 David Steinbrunnertypo fixes for porting scripts
2013-05-21 Max MaischeinFix typo in Porting/sync-with-cpan
2013-05-21 Max MaischeinEliminate external call to tar executable in favour...
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-06-18 Jesse Luehrswhoops, should be using $new_version here
2012-06-18 Jesse Luehrsuse the right default for MAP
2012-06-18 Jesse Luehrsmake sure podlators is skipped, it won't be handled...
2012-06-18 Jesse Luehrsteach sync-with-cpan how to update Maintainers.pl
2012-06-18 Jesse Luehrsupdate sync-with-cpan to handle dists with MAPped files
2012-06-18 Jesse Luehrsensure 'make' updates all necessary files
2012-06-18 Jesse Luehrsget the dir name from the tarball filename
2012-06-18 Jesse Luehrsallow overriding version in this branch too
2012-06-18 Jesse Luehrsnot sure why this is necessary
2012-06-17 Jesse Luehrsfix error message
2012-06-15 Nicholas ClarkFix small Pod error introduced by commit c5e3e317152223ae.
2012-06-15 Jesse Luehrsclean up documentation for sync-with-cpan
2012-03-19 AbigailBail out if it looks scary.
2012-03-19 AbigailDon't remove --tarball
2012-03-19 AbigailUse #!/usr/bin/env
2012-03-18 AbigailAdd a --tarball option
2012-03-14 AbigailAllow passing the name of the CPAN module
2012-03-14 AbigailDeal with files in the CUSTOMIZED sections.
2012-03-14 AbigailFix the fixing of MANIFEST
2012-03-13 AbigailList one more TODO
2012-03-13 AbigailMore tests, and more exec-bit removal.
2012-03-13 AbigailDisambiguate map { }
2012-03-13 AbigailScript to help out upgrading a cpan/ distro.