Commit graph

14 commits

Author SHA1 Message Date
wen
dc5f593c44 Update to 0.88
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
2014-08-31 06:57:35 +00:00
wen
defd86e7e8 Update to 0.79
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
2014-08-11 02:56:22 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
166e298fea Update p5-Test-Base to 0.60.
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.
2011-12-08 00:38:12 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
sno
0b80a01c87 Updating devel/p5-Test-Base from 0.58 to 0.59
pkgsrc changes:
  - Adding license definition

Upstream changes:
version: 0.59
date:    Thu Aug 20 14:56:36 PDT 2009
changes:
- Fixed test dep bug reported by Alias++.
2009-09-16 17:40:23 +00:00
sno
2b90d4aa1d PkgSrc changes:
- 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
2009-04-12 10:32:04 +00:00
he
d8a96d48d1 Update from version 0.54nb1 to 0.55.
Pkgsrc changes:
 o Adjust dependency according to META.yml

Upstream changes:

version: 0.55
date:    Thu Dec  4 01:10:11 PST 2008
changes:
- Module::Install::TestBase::use_test_base require 'Filter::Util::Call' now.
2008-12-21 00:01:53 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
seb
97c4875d67 Initial import of p5-Test-Base version 0.54 in the NetBSD Packages
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.
2008-09-02 23:09:20 +00:00