File: cpanfile

package info (click to toggle)
libmojolicious-plugin-oauth2-perl 2.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 448; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
# You can install this projct with curl -L http://cpanmin.us | perl - https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2/archive/master.tar.gz
requires 'Mojolicious'     => '8.25';
requires 'IO::Socket::SSL' => '1.94';
test_requires 'Test::More' => '0.88';

recommends 'Mojo::JWT'              => '0.09';
recommends 'Crypt::OpenSSL::Bignum' => '0.09';
recommends 'Crypt::OpenSSL::RSA'    => '0.31';