Package Details: perl-mojolicious 9.39-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.000969
First Submitted: 2010-07-15 08:25 (UTC)
Last Updated: 2024-11-23 22:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jnbek commented on 2017-05-05 17:40 (UTC)

My build server threw 2 drives from its raid10. The new build server is almost ready. As for using metacpan it is not geo dns load balanced,but cpan is.

mhussain commented on 2017-05-02 20:45 (UTC)

the pkg build fails to work, download error: could someone fix?

Flubbadub commented on 2017-05-01 08:24 (UTC) (edited on 2017-05-01 08:24 (UTC) by Flubbadub)

This PKGBUILD works for me with version 7.31 (just updated the location & hashes): # Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com> # Generator : CPANPLUS::Dist::Arch 1.32 pkgname='perl-mojolicious' pkgver='7.31' pkgrel='1' pkgdesc="Real-time web framework" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl>=5.10.1') makedepends=() url='https://metacpan.org/release/Mojolicious' source=('http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-7.31.tar.gz') md5sums=('6586909c37d344669575ad4e0f61dcc5') sha512sums=('2ba4eb664c2e21e3b2b73ecd18931bb39e1de9e8b0998bc723044abcb77d489ec9099de3d2b87d13f3cbd08adb829031e6746059df3657d5d2378374b4f98966') _distdir="Mojolicious-7.31" 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:

Manifest0 commented on 2017-01-08 11:52 (UTC)

PKGBUILD for 7.14: # Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com> # Generator : CPANPLUS::Dist::Arch 1.32 pkgname='perl-mojolicious' pkgver='7.14' pkgrel='1' pkgdesc="Real-time web framework" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl>=5.10.1') makedepends=() url='https://metacpan.org/release/Mojolicious' source=("http://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-$pkgver.tar.gz") sha512sums=('da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6') _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:

Manifest0 commented on 2017-01-08 08:57 (UTC)

the latest 7.14 version location: https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.14.tar.gz

jnbek commented on 2016-07-22 16:55 (UTC)

Before I update the PKGBUILD, I want to give everyone a heads up. A few changes have been made to some of the core modules/plugins shipped with the Mojolicious distribution. Please review and update your code to prepare for these changes. Please review the URL below for suggestions and other assorted warnings. I'll ask that you read this before commenting install errors or mark it out of date, etc. https://github.com/kraih/mojo/wiki/Upgrading

bidulock commented on 2016-03-19 20:37 (UTC)

6.56 is available at: https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-6.56.tar.gz

Manifest0 commented on 2016-02-18 21:45 (UTC)

For the latest version change the following in the PKGBUILD: pkgver='6.46' source=('http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-6.46.tar.gz') md5sums=('d392b2a86790ef6f0208a5e33be50078') sha512sums=('da333534f7fa77bacf751741002e441348ad75512490ed0e8729f2f65dd92a8e27e633259406baf12c6ba1f6894456aee137a31bfe1abb243aad6dda87704fa6') _distdir="Mojolicious-6.46" Regards