NOTICE: This package has been removed from pkgsrc

./devel/p5-Test-Simple, Perl5 module with a simple framework for writing tests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.302177, Package name: p5-Test-Simple-1.302177, Maintainer: pkgsrc-users

This is an extremely simple, extremely basic module for writing
tests suitable for CPAN modules and other pursuits. If you wish
to do more complicated testing, use the Test::More module (a drop-in
replacement for this one).


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 63be906ff3efc748533ceea33a39575834f72869
RMD160: bfcb1ddeaa5a091dd5334fddca50512c0b30fec3
Filesize: 301.366 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-02 14:33:12 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Test-Simple) Updated 1.302175 to 1.302177

1.302177  2020-08-06 21:46:06-07:00 America/Los_Angeles

    - Minor fix to author downstream test
    - No significant changes since the last trial

1.302176  2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix Test::More's $TODO inside intercept (#862)
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-04-18 13:29:18 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Test-Simple) Updated 1.302168 to 1.302175

1.302175  2020-04-13 11:37:36-07:00 America/Los_Angeles

    - Fix typos in POD
    - Fix incorrect Test2::Hub documentation
    - Fix test that needed . in @INC on windows
    - Fix Breakage test to show more info

1.302174  2020-03-30 13:55:54-07:00 America/Los_Angeles

    - Fallback if JSON::PP is not available during IPC errors

1.302173  2020-03-27 09:00:16-07:00 America/Los_Angeles

    - Add extra debugging for "Not all files from hub '...' have been
      collected!"

1.302172  2020-03-08 15:21:25-07:00 America/Los_Angeles

    - Fix transition doc
    - Fix warnings from info / debug tap

1.302171  2020-01-17 09:47:59-08:00 America/Los_Angeles

    - Fix 5.6
    - Fix EBDIC
    - Upgrade Object::HashBase
    - Clarify error message in test (#841)
    - Spelling/Grammer fixes

1.302170  2019-12-02 13:25:48-08:00 America/Los_Angeles

    - Fix unwanted END phase event (#840)

1.302169  2019-11-18 15:49:38-08:00 America/Los_Angeles

    - Update inline Object::HashBase

    - Avoid 'used only once' warnings in BEGIN and END blocks (James E
      Keenan <jkeenan@cpan.org>)
   2019-10-31 14:58:07 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Test-Simple) Updated  from 1.302164 to 1.302168

1.302168  2019-09-06 07:40:18-07:00 America/Los_Angeles

    - Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba)
    - Delay loading of Term::Table until needed (Thanks Graham Knop)

1.302167  2019-08-23 14:07:58-07:00 America/Los_Angeles

    - add test2_is_testing_done api method
    - Fix string compare warning

1.302166  2019-08-15 10:37:01-07:00 America/Los_Angeles

    - Fix context test on older perls

1.302165  2019-08-15 10:21:09-07:00 America/Los_Angeles

    - Better diagnostics when a context is destroyed unexpectedly
    - Add an event to notify when END phase starts
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-07-18 16:34:11 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.302164

Upstream changes:
1.302164  2019-04-27 01:43:44-07:00 America/Los_Angeles

1.302163  2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Do not use threads::Shared in Test::Tester::Capture (#826)
    - Add missing version info to Info/Table
    - Fix event in global destruction bug (#827)
    - Proper fix for todo = '' (#812, #829)
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
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.
   2019-04-07 09:17:02 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.302162

Upstream changes:
 Changes for version 1.302162 - 2019-02-05

    Typo fixes in documentation

Changes for version 1.302161 - 2019-01-29 ( TRIAL RELEASE )

    Remove SHM Optimization