[BACK]Return to 00.load.t CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST / t

File: [local] / todotxt / Text-Todo-REST / t / 00.load.t (download)

Revision 1.1.1.1 (vendor branch), Sat Jan 16 16:05:11 2010 UTC (14 years, 5 months ago) by andrew
Branch: andrew, MAIN
CVS Tags: andrew_2010-01-16, HEAD
Changes since 1.1: +0 -0 lines

REST client for Text::Todo

use Test::More tests => 1;

BEGIN {
use_ok( 'Text::Todo::REST' );
}

diag( "Testing Text::Todo::REST $Text::Todo::REST::VERSION" );