Marcus Ramberg ha scritto:
Hey people.

We've gotten another maintaince release out of the door. This one fixes some
long running annoyances with the standalone server and msie, as well as
deployment issues on lighttpd, and some other goodies. Here is the complete
changelog entry.

5.7004   2006-11-06 20:48:35
- Fix Engine::HTTP crash when using IE. (Jesper Krogh, Peter Edwards)
        - clean up Catalyst::Utils to handle some edge cases
        - Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME bug
          (Mark Blythe)
        - add _application accessor to Catalyst::Base
        - Support current_view
        - Allow use of Catalyst::Test without app name (Ton Voon, Altinity)
        - Catalyst::Manual moved to its own package
- Add option to FastCGI engine to send errors to stdout, not the web server
        - Use Module::Install's auto_install to install prerequisite modules
        - various documentation fixes and improvements


Get it soon at your local CPAN mirror or if you are impatient at
http://dev.thefeed.no/stuff/Catalyst-Runtime-5.7004.tar.gz

--
With regards
Marcus Ramberg


------------------------------------------------------------------------

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Hi,
    I think I found a dependency problem.
The test scripts related to fastcgi require File::Slurp even when they whould be skipped. In fact, after installing File::Slurp those tests were corectly skipped and the installation of the entire module was successfull.

In short, File::Slurp should be a requirement only if one enables fastcgi tests.

t/optional_lighttpd-fastcgi-non-root........................Can't locate File/Slurp.pm in @INC (@INC contains: /var/cpan/build/Catalyst-Runtime-5.7004/inc /var/cpan/build/Catalyst-Runtime-5.7004/blib/lib /var/cpan/build/Catalyst-Runtime-5.7004/blib/arch /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.7/i686-linux /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at t/optional_lighttpd-fastcgi-non-root.t line 7. BEGIN failed--compilation aborted at t/optional_lighttpd-fastcgi-non-root.t line 7.
t/optional_lighttpd-fastcgi-non-root........................dubious
        Test returned status 2 (wstat 512, 0x200)
t/optional_lighttpd-fastcgi.................................Can't locate File/Slurp.pm in @INC (@INC contains: /var/cpan/build/Catalyst-Runtime-5.7004/inc /var/cpan/build/Catalyst-Runtime-5.7004/blib/lib /var/cpan/build/Catalyst-Runtime-5.7004/blib/arch /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.7/i686-linux /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at t/optional_lighttpd-fastcgi.t line 7.
BEGIN failed--compilation aborted at t/optional_lighttpd-fastcgi.t line 7.


--
Marcello Romani
Responsabile IT
Ottotecnica s.r.l.
http://www.ottotecnica.com

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to