[Catalyst] Any alternatives to generating thumbnails aside from Catalyst::Plugin::Upload::Image::Magick::Thumbnail

2008-12-22 Thread kakimoto
hi, all, I have tried to install this package, "Catalyst::Plugin::Upload::Image::Magick::Thumbnail" and have been unsuccessful due to failing regression tests. I have checked out the maintainers' website and the same tests are failing. http://www.nntp.perl.org/group/perl.cpan.teste

Re: [Catalyst] Issue with Tutorial section 3

2008-12-22 Thread Kieren Diment
On 23/12/2008, at 2:50 PM, rpnoble wrote: [snip] My enviroment is: Windows XP sp2 ActiveState Perl 5.8.8 v 819 Catalyst modules I don't know to what extent you have flexibility with the per distribution that you're using, but strawberry perl is probably a better solution than activest

[Catalyst] Issue with Tutorial section 3

2008-12-22 Thread rpnoble
In following the Catalyst tutorial for section 3. I can't get catalyst to create the schema folder. I run the following command: perl scripit/myapp_create.pl model DB DBIC::Schema MyApp::Schema creat=dynamic dbi:SQLite:myapp.db I get the following results: exists "C:\__Catalyst\MyApp\lib\MyApp

[Catalyst] Re: mod_perl converts latin1 to utf8 !?

2008-12-22 Thread Aristotle Pagaltzis
* Jonathan Rockway [2008-12-22 22:00]: > my $data = Encode::decode('utf8', $raw_data); > process($data); > print Encode::encode('utf8', $data); Use `UTF-8`, not `utf8`. The lowercase non-dash version will perform purely the integer representation conversion but will not do any validity chec

Re: [Catalyst] mod_perl converts latin1 to utf8 !?

2008-12-22 Thread Jonathan Rockway
On Sun, Dec 21, 2008 at 11:52:27PM +0100, Bjørn-Helge Mevik wrote: > I am developing a simple Catalyst application using MySQL, FormFu and > TT. I have everything encoded in ISO-8859-1: the data in MySQL, the > Perl files, the FormFu .yml files, and the TT templates. (I am even > running in a IS

RE: [Catalyst] mod_perl converts latin1 to utf8 !?

2008-12-22 Thread Dami Laurent (PJ)
>-Message d'origine- >De : Bjørn-Helge Mevik [mailto:b...@mevik.net] >Envoyé : dimanche, 21. décembre 2008 23:52 >À : catalyst@lists.scsys.co.uk >Objet : [Catalyst] mod_perl converts latin1 to utf8 !? > >Thus it would seem that mod_perl converts latin1 to utf8 when sending >to the