[Catalyst] [Announce] Catalyst 5.7000
Vlad Bazon
vlad.bazon at gmail.com
Tue Jul 11 00:14:47 CEST 2006
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 <eloy at pawnhearts.eu.org> wrote:
>
> "Vlad Bazon" <vlad.bazon at gmail.com> 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 <ghenry at perl.me.uk> 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 yourname at perl.me.uk? Just ask!!!
> > http://perlmonks.org/?node_id=386673
> >
> > _______________________________________________
> > List: Catalyst at lists.rawmode.org
> > Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> > Searchable archive:
> http://www.mail-archive.com/[email protected]/
> > Dev site: http://dev.catalyst.perl.org/
> >
> >
> >
> >
> > -- vb
> > Toţi se plâng de bani. Nimeni, de lumină [Anghel Rugină]
> > _______________________________________________
> > List: Catalyst at lists.rawmode.org
> > Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> > Searchable archive:
> http://www.mail-archive.com/[email protected]/
> > Dev site: http://dev.catalyst.perl.org/
>
> --
>
> -------e-l-o-y----------------------------e-l-o-y- at -k-o-f-e-i-n-a-.-n-e-t------
>
> jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
--
Toţi se plâng de bani. Nimeni, de lumină [Anghel Rugină]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060711/f8bd20ff/attachment.htm
More information about the Catalyst
mailing list