12345678 #! /usr/bin/perluse FindBin;use lib "$FindBin::Bin/./lib";use Test::OAuth2::Google::Plus;# run all the test methods in Example::TestTest::OAuth2::Google::Plus->runtests;
#! /usr/bin/perl
use
FindBin;
lib
"$FindBin::Bin/./lib"
;
Test::OAuth2::Google::Plus;
# run all the test methods in Example::Test
Test::OAuth2::Google::Plus->runtests;