Skip to content

Commit 69b030a

Browse files
committed
Bump to 0.0.5
1 parent d10d41c commit 69b030a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Revision history for TAP
2+
3+
0.0.5
4+
- Make prove6 look for files recursively
5+
- Work around a module loading bug involving dynamic loading

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"source-url" : "git://github.com/perl6/tap-harness6.git",
4040
"tags" : [ ],
4141
"test-depends" : [ ],
42-
"version" : "0.0.4"
42+
"version" : "0.0.5"
4343
}

bin/prove6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ multi sub MAIN(Bool :$help!) {
6767
}
6868
}
6969
multi sub MAIN(Bool :$version!) {
70-
say "prove6 0.0.4 on $*PERL";
70+
say "prove6 0.0.5 on $*PERL";
7171
}
7272

7373
=begin pod

lib/TAP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use v6;
22

3-
unit module TAP:ver<0.0.4>;
3+
unit module TAP:ver<0.0.5>;
44

55
role Entry {
66
has Str:D $.raw is required handles <Str>;

0 commit comments

Comments
 (0)