Skip to content

Commit

Permalink
added deprecation notices in the meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Mar 17, 2016
1 parent 0e107a6 commit 7cde087
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
47 changes: 47 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,53 @@
}
}
},
"provides" : {
"WWW::Shorten" : {
"file" : "lib/WWW/Shorten.pm",
"version" : "3.090"
},
"WWW::Shorten::LinkToolbot" : {
"file" : "lib/WWW/Shorten/LinkToolbot.pm",
"version" : "3.090",
"x_deprecated" : 1
},
"WWW::Shorten::Linkz" : {
"file" : "lib/WWW/Shorten/Linkz.pm",
"version" : "3.090"
},
"WWW::Shorten::MakeAShorterLink" : {
"file" : "lib/WWW/Shorten/MakeAShorterLink.pm",
"version" : "3.090",
"x_deprecated" : 1
},
"WWW::Shorten::Metamark" : {
"file" : "lib/WWW/Shorten/Metamark.pm",
"version" : "3.090",
"x_deprecated" : 1
},
"WWW::Shorten::TinyClick" : {
"file" : "lib/WWW/Shorten/TinyClick.pm",
"version" : "3.090",
"x_deprecated" : 1
},
"WWW::Shorten::TinyURL" : {
"file" : "lib/WWW/Shorten/TinyURL.pm",
"version" : "3.090"
},
"WWW::Shorten::Tinylink" : {
"file" : "lib/WWW/Shorten/Tinylink.pm",
"version" : "3.090",
"x_deprecated" : 1
},
"WWW::Shorten::UserAgent" : {
"file" : "lib/WWW/Shorten/UserAgent.pm",
"version" : "3.090"
},
"WWW::Shorten::generic" : {
"file" : "lib/WWW/Shorten/generic.pm",
"version" : "3.090"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
Expand Down
8 changes: 8 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ version = 3.090
[MakeMaker::Awesome]

[NextRelease]
[MetaProvides::Package]
[Deprecated]
module = WWW::Shorten::LinkToolbot
module = WWW::Shorten::MakeAShorterLink
module = WWW::Shorten::Metamark
module = WWW::Shorten::TinyClick
module = WWW::Shorten::Tinylink


[GatherDir]
exclude_filename = Makefile.PL
Expand Down

0 comments on commit 7cde087

Please sign in to comment.