ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/lib/Gtk2/CV.pm
(Generate patch)

Comparing CV/lib/Gtk2/CV.pm (file contents):
Revision 1.15 by root, Mon Jul 11 03:49:38 2005 UTC vs.
Revision 1.16 by root, Wed Jul 20 22:33:01 2005 UTC

10use Glib; 10use Glib;
11 11
12use IO::AIO; 12use IO::AIO;
13 13
14add_watch Glib::IO IO::AIO::poll_fileno, 14add_watch Glib::IO IO::AIO::poll_fileno,
15 in => sub { IO::AIO::poll_cb, 1 }; 15 in => sub { IO::AIO::poll_cb; 1 };
16IO::AIO::max_outstanding 128; 16IO::AIO::max_outstanding 128;
17 17
18sub find_rcfile($) { 18sub find_rcfile($) {
19 my $path; 19 my $path;
20 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines