This file is indexed.

/usr/share/doc/liblivejournal-perl/TODO is in liblivejournal-perl 1.3-5.

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
$Id: TODO,v 1.4 2001/03/22 21:38:51 archon Exp $

=head1 TODO

=over 4

=item _send_mode ()

Should we throw an error if $response is not success?  carp?

=item lastupdate ()

Should this be encapsulated?

=item lastsync ()

Should this be encapsulated?

=item is_success()

Return if an operation was successful.  Useful?

=item Front ends to Journal::get and Journal::post

Do we need these?

=item Multi-user support

Right now, we only support one user at a time.  When the base class is
instantiated, the login and password are stored and accessable for the
subclasses.  In order to change users, we have to reinstantiate each of the
classes.  

The alternative is to pass the login/password data each time any of the
class objects are instantiated.

=item Documentation

Could probably use some more organization

=item LiveJournal::Database

a class that supports storing/retrieving information from various formats

=back

=cut