Skip Menu |

This queue is for tickets about the CGI-Application-Framework CPAN distribution.

Report information
The Basics
Id: 26776
Status: new
Priority: 0/
Queue: CGI-Application-Framework

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.26
Fixed in: (no value)



Subject: 05-relogin.t fails under MSWin32
After Apr 28 hackaton I was able to try installing CGI::Application::Framework under Windows. I've removed IPC::Shareable from prerequisites. I received many errors int his test: t\00-load..................# Testing CGI::Application::Framework 0.26 ok t\01-initial_login_page....closing dbh with active statement handles at c:/Perl/site/lib/Class/DBI/Loader/SQLite.pm line 110. ok t\02-login_attempts........closing dbh with active statement handles at c:/Perl/site/lib/Class/DBI/Loader/SQLite.pm line 110. ok t\04-session...............closing dbh with active statement handles at c:/Perl/site/lib/Class/DBI/Loader/SQLite.pm line 110. ok t\05-relogin...............closing dbh with active statement handles at c:/Perl/site/lib/Class/DBI/Loader/SQLite.pm line 110. Attempt to free unreferenced scalar: SV 0x20a9914, Perl interpreter: 0x22445c at c:/Perl/site/lib/Class/DBI.pm line 1132. Attempt to free unreferenced scalar: SV 0x20964cc, Perl interpreter: 0x22445c at c:/Perl/site/lib/Class/DBI.pm line 1133. Attempt to free unreferenced scalar: SV 0x256326c, Perl interpreter: 0x22445c at c:/Perl/site/lib/Class/DBI.pm line 1132. Attempt to free unreferenced scalar: SV 0x24d6bd8, Perl interpreter: 0x22445c at c:/Perl/site/lib/Class/DBI.pm line 1132. Attempt to free unreferenced scalar: SV 0x24d6ae8, Perl interpreter: 0x22445c at c:/Perl/site/lib/Class/DBI.pm line 1132. Use of uninitialized value in pattern match (m//) at (eval 225) line 4. # Failed test 'CGI object successfully created' # in t\05-relogin.t at line 461. CGI error: 400 Bad request (malformed multipart POST) # Failed test '[page_the_second, query test, fail _relogin_test] redirected to relogin' # in t\05-relogin.t at line 471. # Failed test '[page_the_second, query test, fail _relogin_test] final page was relogin' # in t\05-relogin.t at line 472. # got: 'login' # expected: 'relogin' # Failed test '[initial query] upload file contents okay: t/data/jabberwocky.txt' # in t\05-relogin.t at line 490. # got: undef # expected: '`Twas brillig, and the slithy toves # Did gyre and gimble in the wabe: # All mimsy were the borogoves, # And the mome raths outgrabe.' [..... other errors] -- Alexandr Ciornii, http://chorny.net