Go to file
Zane C. B-H 09e394c3c8 derp fix some stuff and release 0.0.2 2021-11-27 09:06:53 -06:00
bin derp fix some stuff and release 0.0.2 2021-11-27 09:06:53 -06:00
lib/File derp fix some stuff and release 0.0.2 2021-11-27 09:06:53 -06:00
t add initial module 2021-11-16 08:14:46 -06:00
.gitignore update .gitignore 2021-11-27 08:56:16 -06:00
Changes derp fix some stuff and release 0.0.2 2021-11-27 09:06:53 -06:00
MANIFEST update manifest 2021-11-27 08:57:11 -06:00
Makefile.PL add bin install to makefile.pl 2021-11-26 18:10:04 -06:00
README derp fix some stuff and release 0.0.2 2021-11-27 09:06:53 -06:00

README

File-Syslogger

Tail the specified files and read new lines into syslog.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc File::Syslogger

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Syslogger

    CPAN Ratings
        https://cpanratings.perl.org/d/File-Syslogger

    Search CPAN
        https://metacpan.org/release/File-Syslogger


LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Zane C. Bowers-Hadley.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)