The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Exception.pm

Exception handling module for Perl

Copyright (c) 1999-2004 Horus Communications Ltd. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

No dependencies, no XS code, so:

	perl Makefile.PL
	make
	make test
	make install
	man 3 Exception

is what you want to know.

Pete Jordan <pete@skydancer.org.uk>