The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
PPR version 0.000013

This module defines a single regex that will match syntactically valid
Perl documents, or valid components (such as statements, expressions,
blocks, strings, etc.)


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2015, Damian Conway

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.