Subject: | Broken for Pastebin.com |
I'm unware of any other pastebins that use the same format as pastbin.com, but pastebin.com changed their format (and it's the default this module uses).
The args the module fills out in the HTML form are all different now.
Trying to use this module as the service in App::Nopaste produces "Error!" as the output.
Posting these, in case you might want to use them for reference:
WWW::Pastebin::PastebinCom::Create pastes on pastebin.com without needing an API key: https://metacpan.org/pod/WWW::Pastebin::PastebinCom::Create
WWW::Pastebin::PastebinCom::API pastes on pastebin.com using their API (key required): https://metacpan.org/pod/WWW::Pastebin::PastebinCom::API
App::Nopaste::Service::PastebinCom in the App-Nopaste distro implements App::Nopaste::Service:: using WWW::Pastebin::PastebinCom::Create for pasting: https://metacpan.org/source/SARTAK/App-Nopaste-0.92/lib/App/Nopaste/Service/PastebinCom.pm
Cheers,
ZZ