Array-Stream-Transactional-Match version 1.00
=============================================
DESCRIPTION
Array::Stream::Transactional::Matcher is a Perl extension for finding patterns in arrays. Each pattern is defined as a rule and these rules makes will be tested for each item in an Array::Stream::Transactional array iterator object. A matching rule may call a handler when it matches.
INSTALLATION
To install this module, type the following using Module::Build:
perl Build.PL
Build
Build test
Build install
or using ExtUtils::MakeMaker:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Array::Stream::Transactional 1.02 or later.
COPYRIGHT AND LICENCE
Copyright (C) 2004 Claes Jacobsson
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.