root/Net-Google-Calendar-0.3/t/01use.t

Revision 285, 86 bytes (checked in by miya, 2 years ago)

import Net::Google::Calendar

  • Property svn:executable set to
Line 
1 #!perl -wT
2
3 use strict;
4 use Test::More tests => 1;
5
6 use_ok('Net::Google::Calendar');
7
Note: See TracBrowser for help on using the browser.