We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48a888 commit b5defdbCopy full SHA for b5defdb
t/lib/MetaCPAN/Server/Test.pm
@@ -7,7 +7,6 @@ use feature qw(state);
7
use Carp qw( croak );
8
use HTTP::Request::Common qw( DELETE GET POST ); ## no perlimports
9
use MetaCPAN::ESConfig qw( es_doc_path );
10
-use MetaCPAN::Model ();
11
use MetaCPAN::Server ();
12
use MetaCPAN::Server::Config ();
13
use MetaCPAN::Types::TypeTiny qw( ES );
@@ -19,7 +18,6 @@ our @EXPORT_OK = qw(
19
18
POST GET DELETE
20
es
21
es_result
22
- model
23
test_psgi app
24
query
25
);
@@ -53,10 +51,6 @@ sub es {
53
51
};
54
52
}
55
56
-sub model {
57
- state $model = MetaCPAN::Model->new( es => es() );
58
-}
59
-
60
sub query {
61
state $query = MetaCPAN::Query->new( es => es() );
62
0 commit comments