Package Details: perl-mojolicious 9.36-1

Git Clone URL: https://aur.archlinux.org/perl-mojolicious.git (read-only, click to copy)
Package Base: perl-mojolicious
Description: Real-time web framework
Upstream URL: https://metacpan.org/release/Mojolicious
Licenses: GPL, PerlArtistic
Submitter: Athaba
Maintainer: CommodoreCrunch
Last Packager: CommodoreCrunch
Votes: 57
Popularity: 0.098387
First Submitted: 2010-07-15 08:25 (UTC)
Last Updated: 2024-03-09 01:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

<deleted-account> commented on 2013-03-15 07:21 (UTC)

Mojolicious-3.90 released on 14th of March, 2013. Maybe let's go to update it here?

Athaba commented on 2013-01-09 14:02 (UTC)

I don't have time to maintain this package anymore.

<deleted-account> commented on 2012-03-22 17:07 (UTC)

Anyone knows why this happens to me while test phase? t/mojolicious/lite_app.t ................... 1/730 # Failed test 'content is similar' # at t/mojolicious/lite_app.t line 906. # 'http://localhost:39685/0-192.168.0.1-0' # doesn't match '(?^:http\://localhost\:\d+/0\-127.0.0.1\-0)' # Failed test 'content is similar' # at t/mojolicious/lite_app.t line 918. # 'http://localhost:39685/0-192.168.0.1-0' # doesn't match '(?^:http\://localhost\:\d+/0\-127.0.0.1\-0)' # Failed test 'exact match for content' # at t/mojolicious/lite_app.t line 924. # got: 'http://mojolicio.us:8080/0-192.168.0.1-0' # expected: 'http://mojolicio.us:8080/0-127.0.0.1-0' # Failed test 'content is similar' # at t/mojolicious/lite_app.t line 929. # 'http://localhost:39685/0-192.168.0.1-0' # doesn't match '(?^:http\://localhost\:\d+/0\-127.0.0.1\-0)' # Failed test 'exact match for content' # at t/mojolicious/lite_app.t line 936. # got: 'https://mojolicio.us/0-192.168.0.1-0' # expected: 'https://mojolicio.us/0-127.0.0.1-0' t/mojolicious/lite_app.t ................... 423/730 # Looks like you failed 5 tests of 730. t/mojolicious/lite_app.t ................... Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/730 subtests t/mojolicious/longpolling_lite_app.t ....... ok t/mojolicious/multipath_lite_app.t ......... ok t/mojolicious/ojo.t ........................ ok t/mojolicious/pattern.t .................... ok t/mojolicious/pod_renderer_lite_app.t ...... ok t/mojolicious/production_app.t ............. ok t/mojolicious/rebased_lite_app.t ........... ok t/mojolicious/renderer.t ................... ok t/mojolicious/restful_lite_app.t ........... ok t/mojolicious/routes.t ..................... ok t/mojolicious/tag_helper_lite_app.t ........ ok t/mojolicious/testing_app.t ................ ok t/mojolicious/tls_lite_app.t ............... skipped: set TEST_TLS to enable this test (developer only!) t/mojolicious/twinkle_lite_app.t ........... ok t/mojolicious/types.t ...................... ok t/mojolicious/upload_lite_app.t ............ ok t/mojolicious/upload_stream_lite_app.t ..... ok t/mojolicious/websocket_lite_app.t ......... ok t/pod.t .................................... skipped: Test::Pod 1.14 required for this test! t/pod_coverage.t ........................... skipped: Test::Pod::Coverage 1.04 required for this test!

wiliam commented on 2012-02-10 09:56 (UTC)

Hello, may I ask to enable Mojolicious test while building the package? cpan2aur can be used to generate PKGBUILD with some nice defaults, e.g.: http://pastie.org/3353634

Athaba commented on 2011-12-22 13:02 (UTC)

This means something like that would happen with all modules. Maybe you should bring this up on the mailing list so the /usr/share/pacman/PKGBUILD-perl.proto will also be fixed.

wiliam commented on 2011-12-22 10:25 (UTC)

I install perl-mojolicious using yaourt executed under a non-privileged user account (yaourt -Syua).

Athaba commented on 2011-11-09 20:16 (UTC)

This shouldn't happen. Are you maybe using something like perbrew, local::lib or something similar?

wiliam commented on 2011-11-09 19:50 (UTC)

Version 2.25 wrongly installed itself into user home directory. Changing build options fixes the issue: build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$_distdir" /usr/bin/perl Makefile.PL make ) } [https://gist.github.com/1352726]