Mojolicious-Plugin-Web-Auth
view release on metacpan or search on metacpan
0.07 2014-01-13 16:17:39 JST
- fixed deprecated method (Mojo::UserAgent#name). thanks fayland@github, battlemidget@github.
0.06 2013-11-10 12:01:22 JST
- fixed a bug where a module that is cached incompletely
0.05 2013-11-06 10:23:09 JST
- fixed support for prefork server (Hypnotoad, Starman, Starlet, etc.)
0.04 2013-05-30 09:03:44 JST
- added the dependancy of IO::Socket::SSL
0.03 2013-05-01 18:21:38 JST
- removed the dependancy of Net::Twitter::Lite
- removed the dependancy of WebService::Dropbox
- millaize
- updated the document
0.02
- added Mojolicious::Plugin::Web::Auth::Site::Instagram
- chanded to use Mojo::UserAgent::post with Mojolicious 3.85 or higher
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"IO::Socket::SSL" : "1.77",
"Mojolicious" : "7.13",
"Net::OAuth" : "0.28",
"perl" : "5.010001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.88"
}
}
file: lib/Mojolicious/Plugin/Web/Auth/Site/Github.pm
Mojolicious::Plugin::Web::Auth::Site::Google:
file: lib/Mojolicious/Plugin/Web/Auth/Site/Google.pm
Mojolicious::Plugin::Web::Auth::Site::Instagram:
file: lib/Mojolicious/Plugin/Web/Auth/Site/Instagram.pm
Mojolicious::Plugin::Web::Auth::Site::Twitter:
file: lib/Mojolicious/Plugin/Web/Auth/Site/Twitter.pm
Mojolicious::Plugin::Web::Auth::Site::Yandex:
file: lib/Mojolicious/Plugin/Web/Auth/Site/Yandex.pm
requires:
IO::Socket::SSL: '1.77'
Mojolicious: '7.13'
Net::OAuth: '0.28'
perl: '5.010001'
resources:
bugtracker: https://github.com/hayajo/Mojolicious-Plugin-Web-Auth/issues
homepage: https://github.com/hayajo/Mojolicious-Plugin-Web-Auth
repository: git://github.com/hayajo/Mojolicious-Plugin-Web-Auth.git
version: '0.17'
x_contributors:
- 'Dan Book <grinnz@gmail.com>'
requires 'perl', '5.010001';
# requires 'Some::Module', 'VERSION';
requires 'Mojolicious', '>= 7.13';
requires 'Net::OAuth', '>= 0.28';
requires 'IO::Socket::SSL', '>= 1.77';
on test => sub {
requires 'Test::More', '0.88';
};
# vi: set ft=perl :
( run in 0.946 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )