Revision history for Perl extension CGI::Upload
1.00 Mon Mar 11 00:00:00 2002
1.01 Wed Mar 13 13:35:00 2002
1.02 Tue May 07 14:05:00 2002
1.03 Mon May 27 23:15:00 2002
1.04 Wed Sep 20 23:10:00 2002
1.05 Sun Nov 24 22:15:00 2002
1.06 Mon May 31 20:58:15 GMT+2 2004
- adding some tests
- Apply patches for bugs reported in RT #1854 and #5823
- Explicit undef as return value was replaced by return with nothing.
This might cause bad code such as this
@a = $upload->file_handle;
that relies on undef in list context to fail.
1.07 Tue Jun 8 12:55:39 GMT+2 2004
- Add CGI.pm 2.47 as requirement
so we can use the more correct "upload" method for getting the file handle.
- Add (experiamental) support for CGI::Simple and theoretically to other CGI-like modules.
CGI.pm and CGI::Simple are actually tested.
1.08 Tue Jun 8 21:07:44 GMT+2 2004
- skip CGI::Simple tests if CGI::Simple is not installed on the system
- Add to TODO list
1.09 Tue Jun 15 09:02:35 GMT+2 2004
- fixing binmode in Test.pm to work on Windows as well
- Updating the e-mail of Rob so he can get SPAM on his new address too.
- Adding Build.PL support
- Add explicit license to module both in pod and in Build.PL
1.10 Wed Jun 16 02:15:42 GMT+2 2004
- Give a meaningfull error message when using with old version of CGI::Simple
- Test should not fail when using with old version of CGI::Simple
1.11 2008.03.07
- Add Build.PL
- Add pod testing and Perl::Critic
- use warnings
- Even if it worked with Perls older than < 5.6 , from now on it surely won't