repo.or.cz
/
public-inbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
viewvcs: handle exceptions in on_destroy cb
[public-inbox.git]
/
t
/
lei_saved_search.t
blob
6d26cd2bc1af9d66b03ae6108a7597c94c6b8d4e
1
#!perl -w
2
# Copyright (C) 2021 all contributors <meta@public-inbox.org>
3
# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
4
use strict;
5
use v5.10.1;
6
use PublicInbox::TestCommon;
7
require_mods(qw(DBD::SQLite));
8
use_ok 'PublicInbox::LeiSavedSearch';
9
10
done_testing;