Tue, 13 Mar 2018 16:35:13 -0700
all vim builds are py3, but gundo doesn't autodetect
698 | 1 | use lib glob('~/.lib/perl5'); |
2 | ||
3 | use Data::Printer { | |
4 | filters => {-external => ['JSON', 'URI']}, | |
5 | class => {show_methods => 'public', inherited => 'public'}, | |
6 | }; | |
7 | ||
8 | use Path::Tiny; | |
9 | ||
10 | 1; |