File: TODO

package info (click to toggle)
libconfig-model-perl 2.155-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: perl: 15,117; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

o [domi] Update compute so that a built-in value can also be computed. This
   is required to fix a bug is sshd_config where match element values
   are needlessly written to files

o [domi] Filter element according to element in SimpleUI and TERMUI



* Rework backends:

- obsolete custom backend

- move cds backend in C::M::Backend::Any child class

- move perl backend in C::M::Backend::Any child class

- Use the same backend object to read and write files
   This need to move most parameters of read/write to object attributes

- Migrate file handling to Path::Tiny