.replyrc.pl

changeset 701
437293466a17
parent 698
e5389e9fdb82
child 703
cce8cf3118c5
equal deleted inserted replaced
700:a325161d7ffb 701:437293466a17
1 use warnings;
2 use strict;
3 use feature ':all';
4 use experimentals;
5
6 use lib glob('~/.lib/perl5'); 1 use lib glob('~/.lib/perl5');
7 2
8 use Data::Printer { 3 use Data::Printer {
9 filters => {-external => ['JSON', 'URI']}, 4 filters => {-external => ['JSON', 'URI']},
10 class => {show_methods => 'public', inherited => 'public'}, 5 class => {show_methods => 'public', inherited => 'public'},
11 }; 6 };
12 7
13 use Path::Tiny; 8 use Path::Tiny;
14 9
15 -e $_ && require($_) for glob('~/.replyrc.local.pl');
16
17 1; 10 1;

mercurial