This file is indexed.

/usr/share/doc/libtie-hash-indexed-perl/TODO is in libtie-hash-indexed-perl 0.05+ds1-1.

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
15
16
17
* make the doubly linked list more efficient
  (both memory and speed when accessing individual elements)

* add configuration options, e.g.:

   - Reverse        => new elements are inserted in front

   - AppendExisting => storing values to existing keys will
                       append (or prepend in case of Reverse)
                       this key

* add more compatibility with Tie::IxHash
  (i.e. push, pop, shift, unshift, splice, ...)

* add more tests

* add more documentation