Skip Menu |

This queue is for tickets about the Titanium CPAN distribution.

Report information
The Basics
Id: 42225
Status: resolved
Priority: 0/
Queue: Titanium

People
Owner: Nobody in particular
Requestors: perl [...] justinsimoni.com
Cc:
AdminCc:

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



Subject: syntax error in Syntax Code
This: sub setup { my $c = shift; $c->start_mode('form_display'); $c->run_modes([qw/ form_display form_process /); } Should probably be: sub setup { my $c = shift; $c->start_mode('form_display'); $c->run_modes([qw/ form_display form_process /]); } The code is correct in the, "setup" method section, though.
Subject: Re: [rt.cpan.org #42225] syntax error in Syntax Code
Date: Thu, 8 Jan 2009 09:38:15 -0500
To: bug-Titanium [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=42225 > > > > This: > > sub setup { > my $c = shift; > > $c->start_mode('form_display'); > $c->run_modes([qw/ > form_display > form_process > /); > } > > > Should probably be: > > > sub setup { > my $c = shift; > > $c->start_mode('form_display'); > $c->run_modes([qw/ > form_display > form_process > /]); > }
Thanks for the report, Justin. Your update will appear in the next release, with credit to you. Mark
Show quoted text
> Your update will appear in the next release, with credit to you. > > Mark
Fun! I'll have other fun things to share in just a bit. Titanium has been fun to explore and with just a little prior knowledge, I can make my way through it and do neat things with little time. I'll write a actual review once I'm finished with my little toy :)
Subject: Re: [rt.cpan.org #42225] syntax error in Syntax Code
Date: Fri, 9 Jan 2009 10:56:59 -0500
To: bug-Titanium [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> Fun! I'll have other fun things to share in just a bit. Titanium has > been fun to explore and with just a little prior knowledge, I can make > my way through it and do neat things with little time. > > I'll write a actual review once I'm finished with my little toy :)
That's great feedback Justin. The next milestone is distributing all the dependencies with it, so you can just unpack it and start using it.... like Dada Mail. :) Mark
Show quoted text
> The next milestone is distributing all the dependencies with it, so
you can Show quoted text
> just unpack it and start using it.... like Dada Mail. :) > > Mark
Good! That gives me incentive to move Dada Mail over to it :)
Preparing new release now.