893:3b53619431ed | 894:796aae0de126 |
---|---|
1 use lib glob('~/.lib/perl5'); | 1 use lib glob('~/.lib/perl5'); |
2 | 2 |
3 use Data::Printer { | 3 use Data::Printer 1.0 { |
4 filters => {-external => ['JSON', 'URI']}, | 4 filters => ['JSON', 'URI'], |
5 class => {show_methods => 'public', inherited => 'public'}, | 5 class => {show_methods => 'public', inherited => 'public'}, |
6 }; | 6 }; |
7 | 7 |
8 use Path::Tiny; | 8 use Path::Tiny; |
9 | 9 |