NAME
Egg::Plugin::AfterFinalize - The chance that Plugin starts after all processing ends is given.
SYNOPSIS
use Egg qw/AfterFinalize/;
* Code sample of plugin
use Egg::Plugin:Foge; use strict; use NEXT;
sub after_finalize { my($e)= @_; ... ban, bo, bo, bon. ............. ...... $e->NEXT::after_finalize; }
DESCRIPTION
This is a sample of the code in which basic processing of Egg is taken over.
It is possible to plunder of basic processing of Egg like this at what time by the Orbaraided thing.
SEE ALSO
AUTHOR
Masatoshi Mizuno, <lt>mizuno@bomcity.com<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2006 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.