From 391ac7cefcabf85918ad29583253b0dd060b9518 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Dec 2009 15:52:16 +0100 Subject: remove and update some tests --- t/lib/Identica.pm | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 t/lib/Identica.pm (limited to 't/lib/Identica.pm') diff --git a/t/lib/Identica.pm b/t/lib/Identica.pm deleted file mode 100644 index 3772d03..0000000 --- a/t/lib/Identica.pm +++ /dev/null @@ -1,24 +0,0 @@ -package Identica; -use Moose; -use MooseX::Net::API; - -has [qw/api_username api_password/] => ( is => 'ro', isa => 'Str' ); - -net_api_declare identica => ( - base_url => 'http://identi.ca/api', - format => 'json', - format_mode => 'append', - authentication => 1, -); -net_api_method public_timeline => ( - path => '/statuses/public_timeline', - method => 'GET', -); - -net_api_method update_status => ( - path => '/statuses/update', - method => 'POST', - params => [qw/status/], - required => [qw/status/], - params_in_url => 1, -); -- cgit v1.2.3