CGI-AppBuilder

 view release on metacpan or  search on metacpan

AppBuilder.pm  view on Meta::CPAN

=head1 HISTORY

=over 4

=item * Version 0.10

This version is to extract out the app methods from CGI::Getopt class.
It was too much for CGI::Getopt to include the start_app, end_app,
build_html_header, and disp_form methods. 

  0.11 Rewrote start_app method so that content-type can be changed.
  0.12 Moved disp_form to CGI::AppBuilder::Form,
       moved build_html_header to CGI::AppBuilder::Header, and 
       imported all the methods in sub-classes into this class.

=item * Version 1.0001

Removed start_app and end_app to CGI::AppBuilder::Apps module. 

=cut

CGI-AppBuilder-1.0001.readme  view on Meta::CPAN

      $self->{ifn} = ""
      $self->{opt} = 'hvS:';

HISTORY
    *   Version 0.10

        This version is to extract out the app methods from CGI::Getopt
        class. It was too much for CGI::Getopt to include the start_app,
        end_app, build_html_header, and disp_form methods.

          0.11 Rewrote start_app method so that content-type can be changed.
          0.12 Moved disp_form to CGI::AppBuilder::Form,
               moved build_html_header to CGI::AppBuilder::Header, and 
               imported all the methods in sub-classes into this class.

    *   Version 1.0001

        Removed start_app and end_app to CGI::AppBuilder::Apps module.

SEE ALSO (some of docs that I check often)
    Oracle::Loader, Oracle::Trigger, CGI::Getopt, File::Xcopy,

README  view on Meta::CPAN

      $self->{ifn} = ""
      $self->{opt} = 'hvS:';

HISTORY
    *   Version 0.10

        This version is to extract out the app methods from CGI::Getopt
        class. It was too much for CGI::Getopt to include the start_app,
        end_app, build_html_header, and disp_form methods.

          0.11 Rewrote start_app method so that content-type can be changed.
          0.12 Moved disp_form to CGI::AppBuilder::Form,
               moved build_html_header to CGI::AppBuilder::Header, and 
               imported all the methods in sub-classes into this class.

    *   Version 1.0001

        Removed start_app and end_app to CGI::AppBuilder::Apps module.

SEE ALSO (some of docs that I check often)
    Oracle::Loader, Oracle::Trigger, CGI::Getopt, File::Xcopy,



( run in 2.813 seconds using v1.01-cache-2.11-cpan-524268b4103 )