diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 19:26:14 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-25 04:42:16 +0200 |
| commit | ac32a451fa59a4c92516eccae6069f322a6d03a2 (patch) | |
| tree | c20db8dd891bb9afe195a6c427952b53e04bba9c /gnu | |
| parent | ddfd529cc9f6d5a860656c65b88faa2d4949510a (diff) | |
gnu: perl-filesys-notify-simple: Edit description.
* gnu/packages/perl.scm (perl-filesys-notify-simple)[description]: Mark up & edit.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/perl.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index b2fcd2b9e4a..f02d13b0869 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -3904,11 +3904,11 @@ For instance, it supports the @code{**/*.pm} form.") | |||
| 3904 | (home-page "https://metacpan.org/release/Filesys-Notify-Simple") | 3904 | (home-page "https://metacpan.org/release/Filesys-Notify-Simple") |
| 3905 | (synopsis "Simple and dumb file system watcher") | 3905 | (synopsis "Simple and dumb file system watcher") |
| 3906 | (description | 3906 | (description |
| 3907 | "Filesys::Notify::Simple is a simple but unified interface to get | 3907 | "@code{Filesys::Notify::Simple} is a simple but unified interface to get |
| 3908 | notifications of changes to a given filesystem path. It utilizes inotify2 on | 3908 | notifications of changes to a given file system path. It uses inotify2 on |
| 3909 | Linux, fsevents on OS X, kqueue on FreeBSD and FindFirstChangeNotification on | 3909 | Linux, fsevents on OS X, @code{kqueue} on FreeBSD, and |
| 3910 | Windows if they're installed, with a fallback to the full directory scan if | 3910 | @code{FindFirstChangeNotification} on Windows if they're installed, and falls |
| 3911 | they're not available.") | 3911 | back to a full directory scan if none of these are available.") |
| 3912 | (license perl-license))) | 3912 | (license perl-license))) |
| 3913 | 3913 | ||
| 3914 | (define-public perl-getopt-long | 3914 | (define-public perl-getopt-long |
