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