-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
60 lines (41 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Google Auth Library for Perl
This is a Perl implementation of the Google Auth Library, based in
part on the Ruby implementation. This library is not directly
supported by Google.
https://github.com/googleapis/google-auth-library-ruby/
INSTALLATION
Tests depend on OpenSSL. On Debian, install with `apt-get install libssl-dev`
To build this module, run the following commands:
apt-get install liblocal-lib-perl libdatetime-perl libssl-dev \
libnet-ssleay-perl gcc cpanminus libdist-zilla-perl
dzil authordeps --missing | cpanm
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
cpanm CryptX \
Crypt::X509 \
Crypt::OpenSSL::CA \
Throwable::Error \
Test::Exception \
Test::LWP::UserAgent \
Test::More \
JSON::XS \
Mutex
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Google::Auth
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=google-auth-library-perl
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/google-auth-library-perl
CPAN Ratings
https://cpanratings.perl.org/d/google-auth-library-perl
Search CPAN
https://metacpan.org/release/google-auth-library-perl
LICENSE AND COPYRIGHT
Copyright (C) 2020,2021,2022 Google, LLC
This program is released under the following license: Apache 2.0