#!/usr/bin/perl

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

ok(1);

1;


syntax highlighted by Code2HTML, v. 0.9.1