Revision history for Perl extension CGI::Compile
0.11 Wed Mar 10 23:57:55 JST 2010
- Strip __END__ (lestrrat)
- Refactored tests and added an unit test for __DATA__ and __END__
0.10 Mon Feb 22 07:19:00 PST 2010
- repackaging the distribution with Module::Install 0.92 because 0.93's
author_tests support is broken. https://rt.cpan.org/Public/Bug/Display.html?id=54878
0.09 Mon Feb 22 02:51:56 PST 2010
- support exit() in use'd modules (rkitover)
- make compile.t run on Perl < 5.8.9 (rkitover)
0.08 Sun Jan 10 09:30:52 PST 2010
- Skip compile.t with Perl < 5.8.9 since it appears to have in %SIG restore (Andreask Koenig)
0.07 Sun Dec 27 02:56:44 JST 2009
- Fixed %SIG tests (rkitover)
0.06 Mon Dec 21 09:50:57 PST 2009
- support __DATA__ sections (rkitover)
- support CGIs that call exit() (rkitover)
- preserve %SIG on compile and run (rkitover)
0.05 Fri Dec 4 21:45:36 GMT 2009
- Really fix the chdir bug by saving the return value of pushd
0.04 Fri Dec 4 20:27:02 GMT 2009
- Fixed more chdir stuff using File::pushd
0.03 Fri Dec 4 19:20:20 GMT 2009
- Fixed a bug with chdir
0.02 Fri Dec 4 16:55:28 GMT 2009
- include Test::Requires
0.01 Fri Dec 4 04:56:55 2009
- original version