Lines 51-58
use C4::Tags; # FIXME
Link Here
|
51 |
use Devel::Size 0.77; # 0.71 doesn't work for Koha |
51 |
use Devel::Size 0.77; # 0.71 doesn't work for Koha |
52 |
my $watch_capture_regex = '(C4|Koha)'; |
52 |
my $watch_capture_regex = '(C4|Koha)'; |
53 |
|
53 |
|
54 |
C4::Context->disable_syspref_cache; |
|
|
55 |
|
56 |
sub watch_for_size { |
54 |
sub watch_for_size { |
57 |
my @watch = |
55 |
my @watch = |
58 |
map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths |
56 |
map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths |
59 |
- |
|
|