ljr/wcmtools/openid/perl/Net-OpenID-Consumer/t/00-use.t

10 lines
95 B
Perl
Raw Normal View History

2019-02-05 21:49:12 +00:00
#!/usr/bin/perl
use strict;
use Test::More tests => 1;
use Net::OpenID::Consumer;
ok(1);
1;