Code-TidyAll

 view release on metacpan or  search on metacpan

lib/Code/TidyAll/Plugin.pm  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
use strict;
 
use Code::TidyAll::Util::Zglob qw(zglobs_to_regex);
use File::Which                qw(which);
use IPC::Run3                  qw(run3);
use Scalar::Util               qw(weaken);
use Text::Diff 1.44 qw(diff);
 
use Moo;
 
our $VERSION = '0.85';



( run in 0.288 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )