Hello All,

I am working on a small demo application to showcase the Mojolicious
framework with DBIx::Class- Strength of Perl in my company.
I have created required schema. I am trying to use DBIx::Schema::Loader and
create to create the required schema classes automatically.
I have reffered https://github.com/tempire/MojoExample example. I am trying
to run this
https://github.com/tempire/MojoExample/blob/master/script/generate_schema
locally, I get  the following error:

Bizarre copy of UNKNOWN in scalar assignment at
C:/Dwimperl/perl/site/lib/DBIx/Class/Schema/Loader/Base.pm line 1059.

Perl.exe stops working, and the application exits (using morbo).

Please let me know if you have any suggestions/hints.


Thanks,

Satish


On Sat, Aug 2, 2014 at 5:32 PM, <[email protected]> wrote:

>   Today's topic summary
>
> Group: http://groups.google.com/group/mojolicious/topics
>
>    - ua->ioloop->stop doesn't work <#14796992879478a3_group_thread_0> [1
>    Update]
>    - keepalive for blocking ua->get <#14796992879478a3_group_thread_1> [1
>    Update]
>    - Problem with routing in Mojolicious > 5.15
>    <#14796992879478a3_group_thread_2> [3 Updates]
>
>   ua->ioloop->stop doesn't work
> <http://groups.google.com/group/mojolicious/t/606927429132491>
>
>    Alex Efros <[email protected]> Aug 02 01:41PM +0300
>
>    Hi!
>
>    Looks like $ua->ioloop->stop doesn't have any effect:
>
>    $ time perl -Mojo -E 'app->ua->get("google.com",sub{shift->ioloop->stop});
>    Mojo::IOLoop->start'
>
>    real 0m21.112s
>    user 0m0.170s ...more
>    <http://groups.google.com/group/mojolicious/msg/a1ce24129f646a22>
>
>    Back to top <#14796992879478a3_digest_top>
>
>   keepalive for blocking ua->get
> <http://groups.google.com/group/mojolicious/t/a891dd665b11dcae>
>
>    Alex Efros <[email protected]> Aug 02 01:39PM +0300
>
>    Hi!
>
>    $ time perl -Mojo -E 'app->ua->get("google.com",sub{});
>    Mojo::IOLoop->start'
>
>    real 0m21.106s
>    user 0m0.157s
>    sys 0m0.011s
>
>    This 20-second delay happens because inactive_timeout is ...more
>    <http://groups.google.com/group/mojolicious/msg/1eb59fddca70883a>
>
>    Back to top <#14796992879478a3_digest_top>
>
>   Problem with routing in Mojolicious > 5.15
> <http://groups.google.com/group/mojolicious/t/6836de355c42368>
>
>    "Александр Грошев" <[email protected]> Aug 01 06:09AM
>    -0700
>
>    Hi.
>
>    I have problem with routing in Mojolicious > 5.15.
>
>    my $r = $self->routes;
>    > $r->get('/tags/:tag.rss')->to('router#tags_tag_rss');
>    > $r->get('/tags/:tag')->to('router#tags_tag');
>
>    ...more
>    <http://groups.google.com/group/mojolicious/msg/7df87b805018d7bc>
>
>    Back to top <#14796992879478a3_digest_top>
>
>
>    sri <[email protected]> Aug 01 06:45AM -0700
>
>
>    > $r->get('/tags/:tag.rss')->to('router#tags_tag_rss');
>
>    $r->get('/tags/(:tag).rss')->to('router#tags_tag_rss');
>
>    --
>    sebastian
>    ...more
>    <http://groups.google.com/group/mojolicious/msg/a88434bc65066d57>
>
>    Back to top <#14796992879478a3_digest_top>
>
>
>    "aleksander.groschev" <[email protected]> Aug 01 05:48PM
>    +0400
>
>    Thanks. This solution fixed my problem.
>    > /tags/(:tag).rss .... GET tagstagrss
>    > ^/tags/([^/\.]+)\.rss ^/?(?:\.([^/]+))?$
>
>    On Пт, авг 1, 2014 ...more
>    <http://groups.google.com/group/mojolicious/msg/ee4484ab64b03eac>
>
>    Back to top <#14796992879478a3_digest_top>
>
>


-- 
Regards,

Satish

"Live with Love and Humanity"

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to