2021-04-28 17:02:39 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.21.0. From the changelog:
- Minor change in taint extraction: Check for non-whitespace in library
path after m{ (.+) }x, remove 's' in regex to avoid issues with paths
including embedded newlines. Up the minor number: if anyone really
does depend on locating all-whitespace paths or ones with embedded
newlines warn me.
|
2021-02-04 19:13:38 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.20.2. From the changelog:
- Fix: Revise the 08* test to use generic regexen on non-word directory
element separators to deal with MSW inconsistent use of them confusing
File::Spec::catpath.
- Added die, notes in placeholder lib.pm -- only visible when the
Makefile.PL is bypassed and Perl version check is skipped.
- Replace VERSION_FROM with VERSION in Makefile.PL to keep release info
consistent between Perl installation versions.
- Add ./version/v5.32.1
- Strict is unnecessary in 5.32.
- Test cleanups.
- Use canonpat on subdir and lib args to avoid including
- dir's with '//' in them.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-11-03 11:16:06 by Roland Illig | Files touched by this commit (152) |
Log message:
devel/p5-*: align variable assignments
pkglint -Wall -F --only aligned --only indent p5-*
No manual corrections.
|
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-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-19 12:11:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.19.2. From the changelog:
Push version out of package declaration since
5.8 cannot handle it.
|
2018-05-13 22:35:10 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.19.1. From the changelog:
Replace the 'v' on v-strings.
Include dummy lib/FindBin/libs.pm in filesystem
and MANIFEST. This is overwritten by execution of
Makefile.PL but puts the necessary operatoin into
the Makefile produced to have the real libs.pm
copied when necesary.
POD.
Makefile.PL boilerplate.
add config_requires.
Avoid issues with File::Copy::Recursive, see
rt.cpan.org #125104, which currently breaks
Module::FromPerlVer.
Bump version of Module::FromPerlVer
Missing dependencies in Makefile.PL.
Bump M::FPV version to 0.3.2.
Bump dependency version.
Update Makefile.PL, thanks to Slaven_Rezic.
Correct version dir path to v5.14 to match "use" value
in libs.pm.
Notes on '//' sanity check.
Error in Makefile.PL, remove "::Dir".
Various typos in comments and POD.
Makefile.PL has explicit version (vs. tracking post-5.8 file).
Version via version->parse( blah )->numify, makes it simpler
to keep versions straight with older perl's that can't handle
qv-string formats.
Minor change in CHANGE file format, makes searching for
releases easier..
Require Cwd 3.73 to avoid issue with infinite recursion in
abs_path. Hopefully this fixes issues with FB::l croaking
on sanity check for "abs_path '//'" (RT #124335).
If this doesn't work I'll have to replace the abs_path check with "-e
'/.' && -e '/..'" as test for working abs_path (vs. using rel2abs).
|
2018-03-05 14:09:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-FindBin-libs: update to 2.16.
2.16 Sun Feb 25 16:53:30 CST 2018
Replace various hacks in Makefile.PL with Module::FromPerlVer. At this
point there may be multiple versions going forward which use features
of Perl after 5.14; older versions will be frozen (aside from bugfixes).
Note that the new arrangement leaves ./lib out of the tarball: it is
created by Module::FromPerlVer from ./version/<appropriate>/lib when
Makefile.PL is processed.
This file is now CHANGES.
|