CGI-MiniFramework
view release on metacpan or search on metacpan
lib/CGI/MiniFramework.pm view on Meta::CPAN
The First ,setup method. You must are preparing setup method. This method should return run mode method.
The Second ,pre_run method If you are preparing. It is possible to preprocess it by this pre_run method.
The Third ,run mode method. This run mode method is your main process.
The Fourth ,teardown method If you are preparing. It is possible to postprocessing it by this teardown method.
If error_mode method is set when it makes an error of your run mode method, it is executed.
=back
=head2 init
=over 4
The module and the mode are set.
If DEFAULT is defined, it is set.
If DEFAULT_MODE is defined, it is set.
If DEFAULT_MODE is not defined, C<start> becomes the mode of default.
=back
=head2 get_object
=over 4
The object that becomes a target is made and it is returned.
=back
=head2 module
=over 4
It is Getter/Setter of the $MODULE.
=back
=head2 mode
=over 4
It is Getter/Setter of the $MODE.
=back
=head2 error
=over 4
It is Getter/Setter of the $ERROR_MSG.
=back
=head1 DEPENDENCIES
strict
warnings
However,If you don't want to use even it, you can exclude it.
Though I don't think that it is good.
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Atsushi Kobayashi (E<lt>nekokak@cpan.orgE<gt>)
Patches are welcome.
=head1 AUTHOR
Atsushi Kobayashi, E<lt>nekokak@cpan.orgE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2005 by Atsushi Kobayashi (E<lt>nekokak at users.sourceforge.jpE<gt>). All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. See L<perlartistic>.
=cut
( run in 2.897 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )