NAME

Exporter::Inheritor - export subroutines from parent classes

SYNOPSIS

See Exporter, this is a transparant sub class.

DESCRIPTION

This module is a quick and dirty hack to enables a module to export subroutines from parent classes. It prepares the module on import while simply using Exporter for the dirty work. Also it calls a sub _bootstrap() if it exists before exporting. Arguments to _bootstrap() will be the same as to import.

BUGS

Somehow it only works in combination with strict.

The order packages (within the same file) are in matters a lot :S

AUTHOR

Jaap Karssenberg || Pardus [Larus] <j.g.karssenberg@student.utwente.nl>

Copyright (c) 2003 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/language/misc/Artistic.html

SEE ALSO

perl, Exporter