ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Inotify2.pm
(Generate patch)

Comparing cvsroot/Linux-Inotify2/Inotify2.pm (file contents):
Revision 1.1 by root, Mon Aug 22 09:51:38 2005 UTC vs.
Revision 1.2 by root, Mon Aug 22 10:00:10 2005 UTC

7 use Linux::Inotify2; 7 use Linux::Inotify2;
8 8
9=head1 DESCRIPTION 9=head1 DESCRIPTION
10 10
11=head2 The Linux::Inotify2 Class 11=head2 The Linux::Inotify2 Class
12
13This module implements an interface to the linux inotify file/directory
14change notification sytem.
15
16It has a number of advantages over the Linux::Inotfy module:
17
18 - it is portable (Linux::Inotify only works on x86)
19 - the equivalent of fullname works correctly
20 - it is better documented
21 - it has callback-style interface, which is better suited for
22 integration.
12 23
13=over 4 24=over 4
14 25
15=cut 26=cut
16 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines