| branch | foerste |
| changeset 41 | a0ed03bc2e1d |
| parent 23 | 72ba031fec20 |
| child 44 | 35441e1ae083 |
| 40:cc9a80eb647c | 41:a0ed03bc2e1d |
|---|---|
50 |
50 |
51 use strict; |
51 use strict; |
52 use warnings; |
52 use warnings; |
53 |
53 |
54 use IO::File; |
54 use IO::File; |
55 use Cyrus::IMAP::Admin; |
|
56 use AppConfig qw(:expand); |
55 use AppConfig qw(:expand); |
57 use File::Basename; |
56 use File::Basename; |
58 use FindBin; |
57 use FindBin; |
59 use Carp; |
58 use Carp; |
60 |
59 |