convert readme from unmarked POD to markdown
This commit is contained in:
parent
a4f8e5b48e
commit
122cd1fee6
|
@ -1,11 +1,13 @@
|
|||
[![Build Status](https://travis-ci.org/MaffC/POE-Component-DirWatch-WithCaller.svg?branch=master)](https://travis-ci.org/MaffC/POE-Component-DirWatch-WithCaller)
|
||||
|
||||
POE-Component-DirWatch-WithCaller
|
||||
=================================
|
||||
|
||||
This module extends POE::Component::DirWatch to make life easier for those who wish to dynamically create DirWatch sessions which share common callbacks and filters. Functionality has also been included to allow previously-seen files to be filtered, hopefully improving poll performance.
|
||||
|
||||
|
||||
INSTALLATION
|
||||
------------
|
||||
|
||||
To install this module, run the following commands:
|
||||
|
||||
|
@ -15,6 +17,7 @@ To install this module, run the following commands:
|
|||
make install
|
||||
|
||||
SUPPORT AND DOCUMENTATION
|
||||
-------------------------
|
||||
|
||||
After installing, you can find documentation for this module with the
|
||||
perldoc command.
|
||||
|
@ -44,7 +47,7 @@ This program is free software; you can redistribute it and/or modify it
|
|||
under the terms of the the Artistic License (2.0). You may obtain a
|
||||
copy of the full license at:
|
||||
|
||||
L<http://www.perlfoundation.org/artistic_license_2_0>
|
||||
http://www.perlfoundation.org/artistic_license_2_0
|
||||
|
||||
Any use, modification, and distribution of the Standard or Modified
|
||||
Versions is governed by this Artistic License. By using, modifying or
|
Loading…
Reference in New Issue