]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-oneshot.t
rename LeiDaemon package to PublicInbox::LEI
[public-inbox.git] / t / lei-oneshot.t
index 848682eecaf5c1a14af6109612bd68ec6a308af8..3b8e412d3972abdbd47d15da92d41851f750aa09 100644 (file)
@@ -13,8 +13,8 @@ use subs qw(exit);
 sub main {
 # the below "line" directive is a magic comment, see perlsyn(1) manpage
 # line 1 "lei-oneshot"
-       require PublicInbox::LeiDaemon;
-       PublicInbox::LeiDaemon::oneshot(__PACKAGE__);
+       require PublicInbox::LEI;
+       PublicInbox::LEI::oneshot(__PACKAGE__);
        0;
 }
 1;