Runops::Resume
--------------

This module provides an implementation of resumable exceptions. That is,
whenever you encounter an exception, you can catch it, fix it, and, if you
like, "resume()" from the point just after you threw the exception.

INSTALLATION
------------

  $ perl Build.PL
  $ perl ./Build
  $ perl ./Build test
  $ sudo perl ./Build install

If the tests fail, don't panic.  If this fails to build, you probably don't
have a proper C compilation environment and you need to fix that first.

AUTHOR
------

Written by chromatic, based on Runops::Switch by Rafael Garcia-Suarez.

This program is free software; you may redistribute it and/or modify it under
the same terms as Perl 5.8.x itself.
