This archive contains perl module Events.pm.  There is some
POD-documentation in ./lib/Events.pm file.  Events as provided by this
module is a way of glueing an application from a number of separate
pieces (which have to be Events-enabled).

The package can be installed in a usual perlish (CPAN-ish) way:

    perl Makefile.PL    [ PREFIX='...'  ... ] 
    make 
    make test
    make install

The last step may require that you have root rights if you install
into default directories.  Use PREFIX variable to install into local
Perl lib directories, instead of the global Perl library
directory.

Pre-requisites: 

   Carp::Assert module (available from CPAN).


Please look for updates at: 

http://openlib.org/acmes/root/soft/RePEc-Iterator/


Author: Ivan Kurmanov <ivan@tm.minsk.by>, <iku@fnmail.com>
