File: 00-use.t

package info (click to toggle)
libnet-openid-consumer-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 2,397; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use Test::More tests => 1;
use Net::OpenID::Consumer;

ok(1);

1;