Commit graph

4 commits

Author SHA1 Message Date
sno
c7cc115ebd Updating devel/p5-Test-Class from 0.33 to 0.34
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.34 - or the "Abandon ship!" release
    -   Harmonised $VERSION to the same value (Adam Kennedy)
    -   Devel::Symdump has a bug which is really a bug in core and won't be fixed.
        Dumped it and switched to MRO::Compat instead (tokuhirom)
    -   Add "build_requires" (Alexandr Ciornii)
2010-03-10 19:25:07 +00:00
sno
7910f6ad53 Updating devel/p5-Test-Class from 0.31nb2 to 0.33
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
0.33 - or the "ZOMGIBROKECPAN" release
    -   Make the test scripts adaptive to Test::More diagnostic changes in
        version 0.88
    -   Skip invalid package names in Test::Class::Load::_load so that we
        don't try to load classes in .svn/et-al paths
    -   Removed #! script invocation line from the MethodInfo.pm module

0.32_1 - or the "Birmingham QA 2009" release
    -   Removed pointless use of Test::Exception in t/bad-autoloads.t to stop
        bogus warnings that were confusing some folk
    -   Added add_testinfo for Test::Class::Sugar (thanks Piers Cawley)
2009-09-22 17:57:39 +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
abs
69e40f186c Added devel/p5-Test-Class version 0.31nb1
Test::Class provides a simple way of creating classes and objects
to test your code in an xUnit style.

Built using Test::Builder it is designing to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)

Note: This module will make more sense if you are already familiar
with the "standard" mechanisms for testing perl code. Those unfamiliar
with Test::Harness, Test::Simple, Test::More and friends should go
take a look at them now. Test::Tutorial is a good starting point.
2008-10-12 17:24:57 +00:00