From efd88755e3abdeeed94af580f74ae8adf2cc2f0f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Dec 2009 15:54:45 +0100 Subject: remove tests --- lib/MooseX/Net/API/Meta/Class.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/MooseX/Net/API/Meta') diff --git a/lib/MooseX/Net/API/Meta/Class.pm b/lib/MooseX/Net/API/Meta/Class.pm index 80075f8..e4bed0c 100644 --- a/lib/MooseX/Net/API/Meta/Class.pm +++ b/lib/MooseX/Net/API/Meta/Class.pm @@ -13,15 +13,6 @@ has local_api_methods => ( auto_deref => 1, handles => { '_add_api_method' => 'push' }, ); -has local_api_test_methods => ( - traits => ['Array'], - is => 'ro', - isa => ArrayRef [Str], - required => 1, - default => sub { [] }, - auto_deref => 1, - handles => { '_add_api_test_method' => 'push' }, -); sub _build_meta_class { my $self = shift; -- cgit 1.4.1