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.090749
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 Next › Last »

jnbek commented on 2014-10-08 19:58 (UTC)

@Mad_Dud: thanks, my apologies for not being on top of this, I usually get this updated within an hour of the release, but I've been dealing with some health problems this week. I work directly with the devs to ensure this package is 'the' bleeding edge available to any and all distros. Sadly most of my time spent is while I'm at work during slow times. When I am forced to miss work, I fail to get this updated as quickly. Again thanks for the bump.

Mad_Dud commented on 2014-10-08 10:12 (UTC)

Sebastian published new version 5.48 on 2014-10-07. One of the changes is related to security vulnerability: - Emergency release for a serious security issue that can result in parameter injection attacks, everybody should update! Breaking change: Methods that previously worked differently in scalar than in list context now always assume scalar context, and new methods have been added to cover the list context functionality. https://github.com/kraih/mojo/blob/master/Changes#L4 Regards, Mad

gdamjan commented on 2013-08-21 19:46 (UTC)

# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com> # Generator : CPANPLUS::Dist::Arch 1.25 pkgname='perl-mojolicious' pkgver='4.26' pkgrel='1' pkgdesc="Real-time web framework" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') makedepends=() url='http://search.cpan.org/dist/Mojolicious' source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Mojolicious-${pkgver}.tar.gz") md5sums=('82ec57b12df4000838054d1cc844fda3') sha512sums=('deb4c6d623ddd91a8caee812bf802b4577228d7c8e77c57c02373913d99ad21397abb7001641fc8c08c153f312605be8e2c22ac1eb41bc84b5441892fd9c7ec7') _distdir="Mojolicious-${pkgver}" 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 "$srcdir/$_distdir" /usr/bin/perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables: # mode: shell-script # sh-basic-offset: 2 # End: # vim:set ts=2 sw=2 et:

<deleted-account> commented on 2013-05-01 21:39 (UTC)

The package is broken. # yaourt -S perl-mojolicious ... curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading Mojolicious-3.96.tar.gz Aborting... ==> ERROR: Makepkg was unable to build perl-mojolicious.

cdown commented on 2013-04-11 05:41 (UTC)

This package seems broken: ==> Extracting sources... -> Extracting Mojolicious-3.65.tar.gz with bsdtar ==> Starting build()... /tmp/yaourt-tmp-chris/aur-perl-mojolicious/./PKGBUILD: line 25: cd: /Mojolicious-3.65: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... The offending line