File: 01use.t

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 (15 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env perl
use warnings;
use strict;

use lib 'lib', '../lib';
use Test::More tests => 6;

use_ok('Net::OAuth2');
diag( "Testing Net::OAuth2 $Net::OAuth2::VERSION, Perl $], $^X" );

use_ok('Net::OAuth2::Client');
use_ok('Net::OAuth2::AccessToken');
use_ok('Net::OAuth2::Profile');
use_ok('Net::OAuth2::Profile::WebServer');
use_ok('Net::OAuth2::Profile::Password');