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.000989
First Submitted: 2010-07-15 08:25 (UTC)
Last Updated: 2024-11-23 22:40 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

FabioLolix commented on 2024-09-29 09:57 (UTC)

@CommodoreCrunch please update license

perl-mojolicious E: GPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

and add checkdepends=(perl-cpanel-json-xs perl-role-tiny) for performing additional tests

t/mojo/json_xs.t ........................... skipped: Cpanel::JSON::XS 4.09+ required for this test!
[...]
t/mojo/roles.t ............................. skipped: Role::Tiny 2.000001+ required for this test!

FabioLolix 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:

t/mojo/json_xs.t ........................... skipped: Cpanel::JSON::XS 4.09+ required for this test!

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

t/mojo/json_xs.t ........................... skipped: Cpanel::JSON::XS 4.09+ required for this test!