This file is indexed.

/usr/share/doc/libcgi-application-plugin-anytemplate-perl/TODO is in libcgi-application-plugin-anytemplate-perl 0.18-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
TODO
- TT driver should die with Template->error if $driver = Template->new(\%config) fails

- [under debate] allow native syntax for include paths to also work in
  addition to the include_paths param

- improve handling of config params (avoid copious copying of hashes)
- possibly remove dependency on Clone

- emulate creating template from string in Petal
  (or possibly support Template::TAL)

- CPAN installer that lets you pick your template driver(s)
- find out how to make subclassing of CAP::AT possible