The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
To install this module, run the following commands:

Unix

	perl Makefile.PL
	make
	make test
	make install
          (or sudo make install)

Windows (Strawberry Perl)

	perl Makefile.PL
	dmake
	dmake test
	dmake install
          (make sure you have sufficient rights)