File: README

package info (click to toggle)
libnet-oauth2-perl 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 760; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== README for Net-OAuth2 version 0.67

There are various ways to install this module:

 (1) if you have a command-line, you can do:
       perl -MCPAN -e 'install <any package from this distribution>'

 (2) if you use Windows, have a look at http://ppm.activestate.com/

 (3) if you have downloaded this module manually (as root/administrator)
       gzip -d Net-OAuth2-0.67.tar.gz
       tar -xf Net-OAuth2-0.67.tar
       cd Net-OAuth2-0.67
       perl Makefile.PL
       make
       make test     # optional
       make install

For usage, see the included manual-pages or
    https://search.cpan.org/dist/Net-OAuth2-0.67/

Please report problems to
    https://gitlab.com/uhle/perl-net-oauth2/-/issues