2021-07-04 10:47:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.4.2
Upstream changes:
v2.4.2 2021-06-16
- (dboehmer) make 'all_files_ok()' more consistent
- (dboehmer) Fix typo
- More documentation improvements
- Yet more tests
- Update copyright
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 12:11:24 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Test-Compile: update to 2.4.1.
v2.4.1 2020-07-06
- Fix if perl is installed in a dir with a space in it's path
- Fix for Strwberry perl without Devel::CheckOS
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-18 03:44:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Test-Compile) Updated 2.3.1 to 2.4.0
v2.4.0 2020-03-29
- RT-132153: Be more verbose when in verbose mode
- Update copyright
|
2019-10-28 13:53:38 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Test-Compile) Updated 2.2.1 to 2.3.1
v2.3.1 2019-10-23
- RT-130694: all_pm_files_ok and all_pl_files_ok should return true/false
v2.3.0 2019-10-09
- Search for perl files in blib first (Alexandr Ciornii \
<alexchorny@gmail.com>)
- Improve tests, remove redundant code,
- Refactor POD, make the deprecation of the functional interface clearer
|
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-07-20 09:06:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-Test-Compile: fix PKGNAME
|
2019-07-18 16:18:03 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 2.2.2
Upstream changes:
v2.2.2 2019-07-11
- Fix cpan-test failures on mswin32
v2.2.1 2019-07-09
- Ooops, the module still depends on UNIVERSAL::require
- Oh, and the subprocess function now requires perl 5.10.0
v2.2.0 2019-07-08
- RT-118530: Capture (and optionally suppress) all output from subcommands
- RT-102817: Change the default value for 'verbose', from 1 to undef
- RT-118419: pm and pl files are now both checked using 'perl -c'
- Changes to POD: fixes to escaping, update for new functionality, simplify it
- The module no longer depends on UNIVERSAL::require
v2.1.2 2019-07-03
- More corrections to the POD
- More tests, try specifying specific files to all_pX_files()
- Use the correct method in all_pl_files_ok() (Noel Maddy)
v2.1.1 2019-07-01 (Evan Giles <egiles@cpan.org>)
- Correct the POD
v2.1.0 2019-06-29 (Evan Giles <egiles@cpan.org>)
- Update copyright
- Add all_pm_files_ok() and all_pl_files_ok() methods to the internal class
v2.0.1 2019-06-18 (Evan Giles <egiles@cpan.org>)
- Export most of the old functions (CPAN-RT 129888)
v2.0_0 2019-06-18
Ćukasz Hejnak <lehack@lehack.pl>
- Replaced import() with Exporter usage.
- Added all_files_ok to the procedural mode.
- Added .git to list of directories ignored when looking for pm/pl files.
- Added an else clause for pl_file_compiles so that it catches file not \
found errors.
Evan Giles <egiles@cpan.org>
- Remove 'exported_to' function
- Remove cleanup steps from the Build.PL file
- Bump version number for backwards incompatible changes (semver.org)
|
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.
|