Upstream changes:
0.88 Sun Aug 24 08:09:16 PDT 2014
- Remove a debugging line.
0.87 Tue Aug 19 16:35:34 PDT 2014
- Replace tabs with spaces
0.86 Mon Aug 18 08:29:20 PDT 2014
- Fix for issue/15
0.85 Mon Aug 18 08:07:52 PDT 2014
- Pull Module::Install::TestBase out of Test::Base
- It will be released in separate dist
- Was causing Test::Base to fail tests
0.84 Sat Aug 16 15:08:32 PDT 2014
- Remove .gitignore
- Fix Meta error. s/zild/=zild/
0.83 Sat Aug 16 12:31:00 PDT 2014
- Meta 0.0.2
0.82 Sat Aug 16 04:14:25 PDT 2014
- Eliminate spurious trailing whitespace
0.81 Sat Aug 16 02:52:12 PDT 2014
- Eliminate File::Basename from test/
0.80 Fri Aug 15 20:49:55 PDT 2014
- Add t/000-require-modules.t
Upstream changes:
0.79 Sat Aug 9 00:55:07 PDT 2014
- Dep on EU::MM 6.52
0.78 Sat Aug 9 00:23:58 PDT 2014
- Fix swim errors
0.77 Fri Aug 8 12:39:43 PDT 2014
- Change Provider test to use string eval, keeping it out of the eyes of
Perl::Prereqs.
0.76 Thu Aug 7 00:29:39 PDT 2014
- Fix bad encoding in Pod
0.75 Wed Aug 6 22:04:50 PDT 2014
- Use PR/14 which makes old and new Test::Builders work. exodist++
0.74 Wed Aug 6 13:36:29 PDT 2014
- Add dependency on Filter::Util::Call just to be sure
- Spiffy requires it and we already require Spiffy
0.73 Wed Aug 6 13:24:45 PDT 2014
- Doc fix. Thanks @Perlover++
0.72 Wed Aug 6 10:31:52 PDT 2014
- Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x
0.71 Wed Aug 6 09:50:04 PDT 2014
- Applied PR/4 from schwern++
0.70 Wed Aug 6 09:30:03 PDT 2014
- Fixed doc typo
0.69 Wed Aug 6 09:09:34 PDT 2014
- Add $VERSION back into Test::Base
0.68 Wed Aug 6 08:56:09 PDT 2014
- PR/11 and fixes
0.67 Tue Aug 5 10:16:09 PDT 2014
- Add badges to doc
0.66 Mon Aug 4 00:39:44 PDT 2014
- Remove (c) from Copyright
- Ginish doc to Swim
0.65 Sat Aug 2 23:48:34 PDT 2014
- Fix copyright years.
0.64 Fri Aug 1 23:16:11 PDT 2014
- Add Algorithm::Diff and Text::Diff to test.requires
0.63 Fri Aug 1 23:04:30 PDT 2014
- Switch to Zilla-Dist
0.62 Mon Feb 10 14:45:04 PST 2014
- Bad plan in a test
0.61 Sat Feb 8 11:08:00 PST 2014
- Switch to dzil
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
----------------------
date: Mon Apr 4 15:51:09 CST 2011
changes:
- Applied patch by andk++
- Make regexp test skip on 5.14 for now.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for Test::Base perl module to 0.58
- Add dependency to p5-Test-Deep (fix RT #44057)
Upstream changes:
version: 0.58
date: Thu Mar 26 17:26:13 PDT 2009
changes:
- Another undef filtering change.
version: 0.57
date: Thu Mar 26 16:42:03 PDT 2009
changes:
- Allow value of undef to be filtered without warnings.
version: 0.56
date: Sat Mar 7 12:13:32 PST 2009
changes:
- Add Test::Deep support with is_deep and run_is_deep
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Collection.
The Perl 5 module Test::Base provides a way to trivially write a
test framework base class. Test::Base concentrates on offering
reusable data driven patterns, it provides some clean ways to
express input and expected output data.