Skip to content

Commit

Permalink
Merge pull request #2 from atweiden/fix-meta-provides
Browse files Browse the repository at this point in the history
fix META6.json provides section
  • Loading branch information
MadcapJake committed Apr 29, 2016
2 parents c4602d0 + b026237 commit 18395ba
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions META6.json
Expand Up @@ -5,10 +5,16 @@
"resources" : [ ],
"build-depends" : [ ],
"provides" : {
"HTML::MyHTML::Raw" : "lib/HTML/MyHTML/Raw.pm6",
"HTML::MyHTML::Tag" : "lib/HTML/MyHTML/Tag.pm6",
"HTML::MyHTML::Encoding" : "lib/HTML/MyHTML/Encoding.pm6",
"HTML::MyHTML" : "lib/HTML/MyHTML.pm6"
"HTML::MyHTML" : "lib/HTML/MyHTML.pm6",
"HTML::MyHTML::Collection" : "lib/HTML/MyHTML/Collection.pm6",
"HTML::MyHTML::Encoding" : "lib/HTML/MyHTML/Encoding.pm6",
"HTML::MyHTML::Namespace" : "lib/HTML/MyHTML/Namespace.pm6",
"HTML::MyHTML::Node" : "lib/HTML/MyHTML/Node.pm6",
"HTML::MyHTML::Raw" : "lib/HTML/MyHTML/Raw.pm6",
"HTML::MyHTML::State" : "lib/HTML/MyHTML/State.pm6",
"HTML::MyHTML::Status" : "lib/HTML/MyHTML/Status.pm6",
"HTML::MyHTML::Tag" : "lib/HTML/MyHTML/Tag.pm6",
"HTML::MyHTML::Tree" : "lib/HTML/MyHTML/Tree.pm6"
},
"depends" : [ ],
"description" : "wrapper for MyHTML, a fast HTML parsing C library",
Expand Down

0 comments on commit 18395ba

Please sign in to comment.