Skip to content

Commit 79765bd

Browse files
committed
Require explicit JSON::Fast
1 parent 12a3de8 commit 79765bd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"provides" : {
33
"JSON::Class" : "lib/JSON/Class.pm"
44
},
5-
"version" : "0.0.6",
5+
"version" : "0.0.7",
66
"test-depends" : [
77
"Test"
88
],

lib/JSON/Class.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sub EXPORT {
8080
{ '&trait_mod:<is>' => &trait_mod:<is> }
8181
}
8282

83-
role JSON::Class:ver<0.0.6>:auth<github:jonathanstowe> {
83+
role JSON::Class:ver<0.0.7>:auth<github:jonathanstowe> {
8484

8585

8686
method from-json(Str $json) returns JSON::Class {

t/040-traits.t

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!perl6
22
use v6.c;
33
use Test;
4+
use JSON::Tiny;
45
use JSON::Class;
56

67
class TraitTest does JSON::Class {

0 commit comments

Comments
 (0)