Search Criteria
Package Details: perl-mojolicious 9.39-1
Package Actions
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.000989 |
First Submitted: | 2010-07-15 08:25 (UTC) |
Last Updated: | 2024-11-23 22:40 (UTC) |
Dependencies (3)
- perl (perl-gitAUR)
- perl-cpanel-json-xs (optional) – Faster JSON encoding and decoding
- perl-role-tiny (optional) – Role support
Required by (27)
- convos-git
- get_iplayer
- get_iplayer-git
- perl-json-validator
- perl-module-release (make)
- perl-mojo-jwt
- perl-mojo-mysql
- perl-mojo-pg
- perl-mojolicious-plugin-authentication
- perl-mojolicious-plugin-authorization
- perl-mojolicious-plugin-basicauthplus
- perl-mojolicious-plugin-bcryptsecure
- perl-mojolicious-plugin-bcryptsecure (make)
- perl-mojolicious-plugin-canonicalurl
- perl-mojolicious-plugin-canonicalurl (make)
- perl-mojolicious-plugin-i18n
- perl-mojolicious-plugin-oauth2
- perl-mojolicious-plugin-openapi
- perl-mojolicious-plugin-renderfile
- perl-mojolicious-plugin-toto
- Show 7 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
FabioLolix commented on 2024-09-29 09:57 (UTC)
@CommodoreCrunch please update license
and add
checkdepends=(perl-cpanel-json-xs perl-role-tiny)
for performing additional testsFabioLolix commented on 2024-09-29 09:48 (UTC)
@unphysicalix rebuilding AUR pkgbuilds is on the user
unphysicalix commented on 2024-09-29 09:46 (UTC)
you might want to recompile the packages perl-mojolicious perl-webservice-musicbrainz abcde-musicbrainz-meta
if the perl-version is > 5.38 on your system (5.40 ATM)
so the package is not really out-of-date, correct?
MarsSeed commented on 2023-10-31 20:04 (UTC)
perl-cpanel-json-xs is needed in
checkdepends
:CommodoreCrunch commented on 2022-06-09 21:37 (UTC)
Yeah, I don't think it makes sense to bump the pkgrel to force a rebuild on an AUR package, especially several days after the fact when many have already rebuilt it. Pacman complains about it on every update. Anyone who needs to know already knows.
willemw commented on 2022-06-09 07:19 (UTC)
@mgd:
This is "solved" by a pacman hook, that tells you which Perl packages are out-of-date.
This is not "solved" yet for Python packages, last time I checked.
For out-of-date .so files, there is the lddd tool. But you have to run that yourself and then check its log files.
mgd commented on 2022-06-09 07:11 (UTC)
This package had been flagged outdated because of a new perl version. I don't think that's the proper way to deal with new perl versions (require new version to force a rebuild). A simple rebuild (e.g. in yay just add --rebuild) solves the issue just nicely.
Therefor please unflag the package.
micwoj92 commented on 2021-03-10 01:39 (UTC)
Thanks, I am usually building packages on my local machine and not in chroot and I have plenty of perl- packages installed so I might have missed some. Worth testing if it skips any other tests and then add these packages as opt/check depends.
CommodoreCrunch commented on 2021-03-10 01:32 (UTC)
@micwoj92 Good catch. Adding it as an optdepend because Mojo's changelog listed it as optional when it was added back in version 7.87. It apparently increases performance in Mojo::JSON while breaking a couple Unicode whitespace characters.
micwoj92 commented on 2021-03-10 01:11 (UTC)
Could you add perl-cpanel-json-xs to checkdepends? It skips one check
1 2 3 4 5 6 Next › Last »