X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FLEI.pm;fp=lib%2FPublicInbox%2FLeiDaemon.pm;h=b5ba1f71442e895acec6a508cd712ce96d3df90d;hb=867b47b6f667fe500313f85207d19e16703aace0;hp=56f4aa7daf9bd646d87503465d13ab9c854672b6;hpb=ba135f3e25bf5d1b3aa3d34e31fefb55ee4c8d29;p=public-inbox.git diff --git a/lib/PublicInbox/LeiDaemon.pm b/lib/PublicInbox/LEI.pm similarity index 99% rename from lib/PublicInbox/LeiDaemon.pm rename to lib/PublicInbox/LEI.pm index 56f4aa7d..b5ba1f71 100644 --- a/lib/PublicInbox/LeiDaemon.pm +++ b/lib/PublicInbox/LEI.pm @@ -5,7 +5,7 @@ # PublicInbox::Daemon, this is designed exclusively to handle trusted # local clients with read/write access to the FS and use as many # system resources as the local user has access to. -package PublicInbox::LeiDaemon; +package PublicInbox::LEI; use strict; use v5.10.1; use parent qw(PublicInbox::DS);