my conclusion, after a lot of simple experiments:

the existing old's Cat-applications will continue to simply work if you update
libcatalyst-perl to 5.7000-1, IF you will not use a Controller::Root component
(and also,  not imply a <sub end : ActionClass('RenderView')>).
 

On 7/11/06, Vlad Bazon <[EMAIL PROTECTED]> wrote:
I update libcatalyst-perl from 5.69.02-1 to 5.7000-1.
But my application stop working; I think that ->config->{namespace}
should be adapted a litle (but how?!)

I have:

package salar::Controller::Root;

use strict;
use warnings;
use base 'Catalyst::Controller';

__PACKAGE__->config->{namespace} = '';

sub default : Private {
    my ( $self, $c ) = @_;
    $c->session->{welcome} = $c->user_exists ? "resc" : "auin";
    $c->stash->{template} = 'index.html';
    $c->forward('salar::View::TT');
}

Now, when http://localhost:3000,

from 5.69.02-1:
"GET" request for "" from " 127.0.0.1"
(and all work OK),

but from 5.7000-1:
"GET" request for "/" from " 127.0.0.1"
(and ... nothing)

I think,   ->config->{namespace} should be adapted a litle?
Thanks,


On 7/8/06, Krzysztof Krzyżaniak < [EMAIL PROTECTED]> wrote:
"Vlad Bazon" < [EMAIL PROTECTED]> writes:

Soon.

> the Debian way (apt-get, synaptic) is for me The Simple method of installing/
> updating Catalyst (and work fine). When will have C-5.7000 on Debian? Thanks
> for your great work!
>
>
> On 7/8/06, Gavin Henry <[EMAIL PROTECTED]> wrote:
>
>     <quote who="Marcus Ramberg">
>     > The Catalyst Core Team is proud to announce that we've just shipped the
>     > next
>     > major release of the Catalyst framework, version 5.7000.
>
>     <snip>
>
>     Excellent work!!!
>
>     Installing now ;-)
>
>     --
>     Walking the road to enlightenment... I found a penguin and a camel on the
>     way..... Fancy a [EMAIL PROTECTED]? Just ask!!!
>     http://perlmonks.org/?node_id=386673
>
>     _______________________________________________
>     List: Catalyst@lists.rawmode.org
>     Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
>     Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
>     Dev site: http://dev.catalyst.perl.org/
>
>
>
>
> -- vb
> Toţi se plâng de bani. Nimeni, de lumină [Anghel Rugină]
> _______________________________________________
> List: Catalyst@lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/

--
[EMAIL PROTECTED]

       jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej

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



--

Toţi se plâng de bani. Nimeni, de lumină [Anghel Rugină]



--
Toţi se plâng de bani. Nimeni, de lumină [Anghel Rugină]
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to