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

Changes for version 4.28_02 - 2016-05-22

  • RELEASE NOTES
    • DEV release to appease some CPANTS Kwalitee flags and cleanup some package naming conventions
  • INTERNALS
    • The MultipartBuffer package has been renamed to CGI::MultipartBuffer. This has been done in a way to ensure any $MultipartBuffer package variables are still set correctly in CGI::MultipartBuffer. if you are explicitly using MultipartBuffer in a form such as:
      • MultipartBuffer->new
      • your code will break. you should be calling:
        • CGI->new->new_MultipartBuffer( $boundary,$length );
      • to ensure the correctly package is called. if you are extending the MultipartBuffer package though use of ISA or base (or parent) then you will need to update your code to use CGI::MultipartBuffer
    • VERSION has been remove from all but the main CGI package
    • fake using strict and warnings to appease CPANTS Kwalitee

Modules

CGI
Handle Common Gateway Interface requests and responses
CGI routines for writing to the HTTPD (or other) error log
Interface to HTTP Cookies
Documentation for CGI.pm Legacy HTML Functionality
module to produce nicely formatted HTML code
Simple Interface to Server Push
Internal utilities used by CGI module

Provides

in lib/CGI/File/Temp.pm
in lib/CGI.pm
Fh
in lib/Fh.pm