1#!/usr/bin/env perl -w
2use strict;
3use Test;
4BEGIN { plan tests => 1 }
5
6use WWW::Google::PageRank; ok(1);
7exit;
8__END__
9