|
Lines 40-45
use C4::Tags; # FIXME
Link Here
|
| 40 |
use Devel::Size 0.77; # 0.71 doesn't work for Koha |
40 |
use Devel::Size 0.77; # 0.71 doesn't work for Koha |
| 41 |
my $watch_capture_regex = '(C4|Koha)'; |
41 |
my $watch_capture_regex = '(C4|Koha)'; |
| 42 |
|
42 |
|
|
|
43 |
C4::Context->disable_syspref_cache; |
| 44 |
|
| 43 |
sub watch_for_size { |
45 |
sub watch_for_size { |
| 44 |
my @watch = |
46 |
my @watch = |
| 45 |
map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths |
47 |
map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths |
| 46 |
- |
|
|