Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 19, 2017
1 parent 98a9172 commit 3fd81ca
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 42 deletions.
94 changes: 53 additions & 41 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,55 @@
{
"meta6" : "0",
"tags" : [
"devel",
"meta",
"utils"
],
"provides" : {
"META6" : "lib/META6.pm"
},
"test-depends" : [
"JSON::Fast",
"Test"
],
"emulates" : {},
"support" : {
"phone" : null,
"source" : "git://github.com/jonathanstowe/META6.git",
"mailinglist" : null,
"email" : null,
"irc" : null,
"bugtracker" : "https://github.com/jonathanstowe/META6/issues"
},
"perl" : "6.c",
"build-depends" : [],
"auth" : "github:jonathanstowe",
"source-url" : "git://github.com/jonathanstowe/META6.git",
"depends" : [
"JSON::Class"
],
"production" : true,
"name" : "META6",
"authors" : [
"Jonathan Stowe <[email protected]>"
],
"version" : "0.0.12",
"license" : "Artistic",
"resource" : {},
"superseded-by" : {},
"description" : "Work with Perl 6 META files",
"excludes" : {},
"supersedes" : {}
"meta6": "0",
"tags": [
"devel",
"meta",
"utils"
],
"provides": {
"META6": "lib/META6.pm"
},
"test-depends": [
"JSON::Fast",
"Test"
],
"emulates": {

},
"support": {
"phone": null,
"source": "git://github.com/jonathanstowe/META6.git",
"mailinglist": null,
"email": null,
"irc": null,
"bugtracker": "https://github.com/jonathanstowe/META6/issues"
},
"perl": "6.c",
"build-depends": [

],
"auth": "github:jonathanstowe",
"source-url": "git://github.com/jonathanstowe/META6.git",
"depends": [
"JSON::Class"
],
"production": true,
"name": "META6",
"authors": [
"Jonathan Stowe <[email protected]>"
],
"version": "0.0.13",
"license": "Artistic",
"resource": {

},
"superseded-by": {

},
"description": "Work with Perl 6 META files",
"excludes": {

},
"supersedes": {

}
}
2 changes: 1 addition & 1 deletion lib/META6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ role AutoAssoc {
}
}

class META6:ver<0.0.10>:auth<github:jonathanstowe> does JSON::Class does AutoAssoc {
class META6:ver<0.0.13>:auth<github:jonathanstowe> does JSON::Class does AutoAssoc {

enum Optionality <Mandatory Optional>;

Expand Down

0 comments on commit 3fd81ca

Please sign in to comment.