File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
"irc" : null ,
21
21
"bugtracker" : null
22
22
},
23
- "perl" : " 6" ,
23
+ "perl" : " 6.c " ,
24
24
"build-depends" : [],
25
25
"auth" : " github:jonathanstowe" ,
26
26
"source-url" : " git://github.com/jonathanstowe/META6.git" ,
32
32
"authors" : [
33
33
" Jonathan Stowe <jns+git@gellyfish.co.uk>"
34
34
],
35
- "version" : " 0.0.7 " ,
35
+ "version" : " 0.0.8 " ,
36
36
"license" : " Artistic" ,
37
37
"resource" : {},
38
38
"superseded-by" : {},
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ exception.
97
97
use JSON::Name;
98
98
use JSON::Class: ver(v0. 0. 5.. * );
99
99
100
- class META6 : ver<0.0.7 >: auth<github:jonathanstowe > does JSON::Class {
100
+ class META6 : ver<0.0.8 >: auth<github:jonathanstowe > does JSON::Class {
101
101
102
102
enum Optionality <Mandatory Optional >;
103
103
You can’t perform that action at this time.
0 commit comments