Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Catalyst: Users

[Announce] Catalyst-Runtime 5.7004

 

 

Catalyst users RSS feed   Index | Next | Previous | View Threaded


marcus.ramberg at gmail

Nov 6, 2006, 3:32 PM

Post #1 of 5 (331 views)
Permalink
[Announce] Catalyst-Runtime 5.7004

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


tshinnic at io

Nov 6, 2006, 5:49 PM

Post #2 of 5 (325 views)
Permalink
Re: [Announce] Catalyst-Runtime 5.7004 [In reply to]

At 05:32 PM 11/6/2006, Marcus Ramberg wrote:
>Hey people.
>
>We've gotten another maintaince release out of the door. This one fixes some
[snip]
>5.7004 2006-11-06 20:48:35
[snip]

Tried to install from CPAN (which had the release) onto WinXP Perl
5.8.8. The test step died because "expanded command line ... too
long". Is there some other way to express the test step? "force
install" worked, but ...

BTW: which package for Catalyst manual? (what do I search for on CPAN?)

-----------------------------------------------------------------------------------
Running make test

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

C:\Perl588\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp
script/catalyst.pl blib\script\cat
alyst.pl
pl2bat.bat blib\script\catalyst.pl
NMAKE : fatal error U1095: expanded command line
'C:\Perl588\bin\perl.exe "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/01use.t
t/02pod.t t/03podcoverage.t t/c3_mr
o.t t/custom_live_component_controller_action_auto_doublebug.t
t/live_component_controller_action_ac
tion.t t/live_component_controller_action_auto.t
t/live_component_controller_action_begin.t t/live_c
omponent_controller_action_chained.t
t/live_component_controller_action_default.t t/live_component_c
ontroller_action_detach.t t/live_component_controller_action_end.t
t/live_component_controller_actio
n_forward.t t/live_component_controller_action_global.t
t/live_component_controller_action_index.t t
/live_component_controller_action_inheritance.t
t/live_component_controller_action_local.t t/live_co
mponent_controller_action_multipath.t
t/live_component_controller_action_path.t t/live_component_con
troller_action_private.t t/live_component_controller_action_regexp.t
t/live_component_controller_act
ion_streaming.t t/live_component_controller_args.t
t/live_engine_request_body.t t/live_engine_reques
t_cookies.t t/live_engine_request_headers.t
t/live_engine_request_parameters.t t/live_engine_request
_uploads.t t/live_engine_request_uri.t
t/live_engine_response_cookies.t t/live_engine_response_error
s.t t/live_engine_response_headers.t t/live_engine_response_large.t
t/live_engine_response_redirect.
t t/live_engine_response_status.t t/live_engine_setup_basics.t
t/live_engine_setup_plugins.t t/live_
loop.t t/live_plugin_loaded.t t/live_priorities.t t/live_recursion.t
t/optional_http-server-restart.
t t/optional_http-server.t t/optional_lighttpd-fastcgi-non-root.t
t/optional_lighttpd-fastcgi.t t/op
tional_memleak.t t/optional_stress.t t/optional_threads.t
t/unit_controller_config.t t/unit_controll
er_namespace.t t/unit_core_action_for.t t/unit_core_component.t
t/unit_core_component_layers.t t/uni
t_core_component_loading.t t/unit_core_log.t
t/unit_core_merge_config_hashes.t t/unit_core_mvc.t t/u
nit_core_path_to.t t/unit_core_plugin.t t/unit_core_uri_for.t
t/unit_core_uri_for_action.t t/unit_lo
ad_catalyst_test.t t/unit_utils_load_class.t t/unit_utils_prefix.t
t/unit_utils_request.t' too long
Stop.
C:\Toms\Util\nmake.EXE test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
MRAMBERG/Catalyst-Runtime-5.7004.tar.gz : make_test NO


mromani at ottotecnica

Nov 6, 2006, 11:18 PM

Post #3 of 5 (311 views)
Permalink
Re: [Announce] Catalyst-Runtime 5.7004 [In reply to]

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: Catalyst [at] lists
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
> 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: Catalyst [at] lists
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


espie at nerim

Nov 7, 2006, 1:03 AM

Post #4 of 5 (326 views)
Permalink
Re: [Announce] Catalyst-Runtime 5.7004 [In reply to]

On Tue, Nov 07, 2006 at 12:32:20AM +0100, Marcus Ramberg wrote:
> - Catalyst::Manual moved to its own package

So, where is that package ? my local cpan now has the new Catalyst-Runtime,
but I can't really update my distribution until I get the manual back...

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


andy at hybridized

Nov 7, 2006, 9:29 AM

Post #5 of 5 (322 views)
Permalink
Re: [Announce] Catalyst-Runtime 5.7004 [In reply to]

Marcello Romani wrote:
> 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.

Thanks, lighttpd tests have been fixed in trunk.

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

Catalyst users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.