Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Test-Continuous
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 4 13:32:00 2020 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
HEAD
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
*: remove p5-Term-Cap, part of perl
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 4 11:32:24 2020 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
*: remove p5-File-Temp, part of perl
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:00 2020 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:29 2019 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:51 2019 UTC (18 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:44 2018 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Recursive bump for perl5-5.28.0
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 12 07:20:58 2017 UTC (3 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Fix build with perl 5.26 the dirty way
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:42 2017 UTC (3 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 5 04:10:40 2017 UTC (4 years ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Initial import of p5-Test-Continuous. Continuous Testing is a concept and tool to re-run software tests as soon as the developer saves the source code. "Test::Continuous" is a tool based on App::Prove that implements this concept for Perl. See <http://groups.csail.mit.edu/pag/continuoustesting/> for the original implementation of Continuous Testing as an Eclipse plugin. See also Zentest <http://www.zenspider.com/ZSS/Products/ZenTest/> for the same concept implemented in Ruby's world.