Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Test-Strict
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:19 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: recursive bump for perl 5.38
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:07 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:30 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.36
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 24 19:51:49 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.34
Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:40 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:57 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: improve HOMEPAGE
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 4 11:32:25 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: remove p5-File-Temp, part of perl
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 4 01:09:46 2020 UTC (3 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.2: +4 -5
lines
Diff to previous 1.2 (colored)
Update to 0.52 Change the DEPENDS to BUILD_DEPENDS since it is only for test. Upstream changes: 0.52 2019-06-16 10:10:00 MANWAR - Applied patch provided by Matthew (Issue #25). 0.51 2019-06-15 06:30:00 MANWAR - Now ignores .git folder (Issue #26). 0.50 2019-06-14 15:30:00 MANWAR - Added Test::Roo::Role to the list (Issue #29). 0.49 2019-06-13 12:20:00 MANWAR - Fixed CPANTS issue (main_module_version_matches_dist_version). 0.48 2019-05-29 11:00:00 MANWAR - Added Test::Most to modules with strictures, #27 @robrwo
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:07 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 19 12:43:24 2020 UTC (3 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
devel/p5-Test-Strict: add version 0.47 Test::Strict lets you check the syntax, presence of use strict; and presence use warnings; in your perl code. It report its results in standard Test::Simple fashion. Imported from pkgsrc-wip.