File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 "irc" : null ,
2121 "bugtracker" : null
2222 },
23- "perl" : " 6" ,
23+ "perl" : " 6.c " ,
2424 "build-depends" : [],
2525 "auth" : " github:jonathanstowe" ,
2626 "source-url" : " git://github.com/jonathanstowe/META6.git" ,
3232 "authors" : [
3333 " Jonathan Stowe <jns+git@gellyfish.co.uk>"
3434 ],
35- "version" : " 0.0.7 " ,
35+ "version" : " 0.0.8 " ,
3636 "license" : " Artistic" ,
3737 "resource" : {},
3838 "superseded-by" : {},
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ exception.
9797use JSON::Name;
9898use JSON::Class: ver(v0. 0. 5.. * );
9999
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 {
101101
102102 enum Optionality <Mandatory Optional >;
103103
You can’t perform that action at this time.
0 commit comments