The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Number-Range-Regex version 0.32

This is a module which can be used to perform set operations on
ranges of integers efficiently, iterate over them, and convert them
to regular expressions. More information is available in the perldoc:
  perldoc lib/Number/Range/Regex.pm


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2012, Brian Szymanski

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