X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FWatch.pm;fp=lib%2FPublicInbox%2FWatchMaildir.pm;h=5f78613961db1058506b8193c4ea7bd55c0522f3;hp=1c7ac6c0df67baf83a604a7cc443d62ce858a0d6;hb=cee907599bb7eda0695ae91cf8d633670a88d6c7;hpb=47b7047874ed7d6f39b9758134f112cdc46489cf diff --git a/lib/PublicInbox/WatchMaildir.pm b/lib/PublicInbox/Watch.pm similarity index 99% rename from lib/PublicInbox/WatchMaildir.pm rename to lib/PublicInbox/Watch.pm index 1c7ac6c0..5f786139 100644 --- a/lib/PublicInbox/WatchMaildir.pm +++ b/lib/PublicInbox/Watch.pm @@ -3,7 +3,7 @@ # # ref: https://cr.yp.to/proto/maildir.html # http://wiki2.dovecot.org/MailboxFormat/Maildir -package PublicInbox::WatchMaildir; +package PublicInbox::Watch; use strict; use v5.10.1; use PublicInbox::Eml;