File: 00_load.t

package info (click to toggle)
libnet-twitter-perl 3.13008-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 235
  • sloc: perl: 5,408; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!perl

use Test::More tests => 1;

BEGIN {
	use_ok( 'Net::Twitter' );
}

diag( "Testing Net::Twitter $Net::Twitter::VERSION, Perl $], $^X" );