Changeset 38fafd2


Ignore:
Timestamp:
Aug 5, 2017, 10:54:32 PM (7 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
9f90937
Parents:
6d03e21
git-author:
Jason Gross <jgross@mit.edu> (07/08/13 22:48:59)
git-committer:
Jason Gross <jgross@mit.edu> (08/05/17 22:54:32)
Message:
Add a variable to auto-flush logs every n minutes
Location:
perl
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • perl/Makefile.am

    ra870319 r38fafd2  
    99        lib/BarnOwl/Completion/Context.pm \
    1010        lib/BarnOwl/Completion/Util.pm \
     11        lib/BarnOwl/DeferredLogging.pm \
    1112        lib/BarnOwl/Editwin.pm \
    1213        lib/BarnOwl/Help.pm \
  • perl/lib/BarnOwl.pm

    recd4edf r38fafd2  
    4545use BarnOwl::Completion;
    4646use BarnOwl::Help;
     47use BarnOwl::DeferredLogging;
    4748
    4849use List::Util qw(max);
Note: See TracChangeset for help on using the changeset viewer.