~ubuntu-branches/ubuntu/quantal/libnet-openid-common-perl/quantal

« back to all changes in this revision

Viewing changes to t/01-use-urifetch.t

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2011-11-11 22:07:41 UTC
  • Revision ID: package-import@ubuntu.com-20111111220741-duf8dtmvkh2jiiwm
Tags: upstream-1.14
ImportĀ upstreamĀ versionĀ 1.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
 
 
3
use strict;
 
4
use Test::More tests => 1;
 
5
use Net::OpenID::URIFetch;
 
6
 
 
7
ok(1);
 
8
 
 
9
1;