This file is indexed.

/usr/share/doc/libtk-gbarr-perl/TODO is in libtk-gbarr-perl 2.08-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
15
16
o Convert Firebutton it to a library so one could use

   use Tk::Lib::Fire;
   ...
   @ISA = qw(... Tk::Lib::Fire ... )
   ...
   $widget->bindFire(startEvent, cancalEvent);

 so one could use it with button press/release, entry up/down, ...

o When repeaddelay of keyboard is smaller than that of firebutton
  using pending <Space> events should be canceled by <Space-Release>

o make the examples script into real demonstration programs

__END__