.replyrc.pl

Fri, 09 Mar 2018 00:43:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 09 Mar 2018 00:43:23 -0500
changeset 700
a325161d7ffb
parent 698
e5389e9fdb82
child 701
437293466a17
permissions
-rw-r--r--

incl replyrc.pl

use warnings;
use strict;
use feature ':all';
use experimentals;

use lib glob('~/.lib/perl5');

use Data::Printer {
  filters => {-external => ['JSON', 'URI']},
  class   => {show_methods => 'public', inherited => 'public'},
};

use Path::Tiny;

-e $_ && require($_) for glob('~/.replyrc.local.pl');

1;

mercurial