-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
22 lines (18 loc) · 897 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for {{$dist->name}}
{{$NEXT}}
0.003 2024-09-29
- DEPRECATED and DYSFUNCTIONAL for Test::More versions >= 1.302013_002 (Dec 2015)
The module relied on internals of Test::Builder which are no
longer available after Test::More was migrated to use Test2::Builder.
If anyone depends on this module (which I doubt) I am happy to
accept fixes or even hand over (co-)maintainership.
0.002 2012-08-07
- request Test::Builder singelton everytime to respond to changes
there [Michael Schwern]
0.001 2012-06-03
- initial module to use TAPv13 features in Test::Builder driven
tests
- "tap13_version" prints TAP version statement;
called automatically on "use"
- "tap13_pragma" prints out a pragma line
- "tap13_yaml" prints out an indented YAML block of data