Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 305b1dc429d7c74acab1cbc991003ded > files > 6

perl-Regexp-Grammars-1.49.0-1.mga7.noarch.rpm

Regexp::Grammars version 1.049

This module adds a small number of new regex constructs that can be used
within Perl 5.10 patterns to implement complete recursive-descent parsing.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Alternatively, to install with Module::Build, you can use the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


DEPENDENCIES

Perl 5.10.


COPYRIGHT AND LICENCE

Copyright (C) 2009, Damian Conway

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