The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
README FOR THE Pod-Spelling DISTRIBUTION

This package contains a number of modules for spell-checking POD
using either Lingua::Ispell and Text::Aspell. One of those modules
must be installed on your system, with their binaries, unless you
plan to use the API to provide your own spell-checker.

INSTALLATION

	perl Makefile.PL
	make
	make test
	sudo make install