Search Criteria
Package Details: perl-crypt-rc4 2.02-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-crypt-rc4.git (read-only, click to copy) |
---|---|
Package Base: | perl-crypt-rc4 |
Description: | Perl implementation of the RC4 encryption algorithm |
Upstream URL: | https://metacpan.org/release/Crypt-RC4 |
Licenses: | Artistic-1.0-Perl, GPL-1.0-or-later |
Submitter: | flocke |
Maintainer: | morgenstern |
Last Packager: | morgenstern |
Votes: | 19 |
Popularity: | 1.13 |
First Submitted: | 2011-04-08 19:30 (UTC) |
Last Updated: | 2024-12-27 23:04 (UTC) |
Latest Comments
morgenstern commented on 2024-11-29 01:32 (UTC)
@jnbek happy to co-maintain or take over maintaining this package - been out of date for a couple of weeks now.
bidulock commented on 2018-08-22 06:48 (UTC)
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
must now be changed to
find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete
to work.
jnbek commented on 2015-01-27 19:51 (UTC)
dracorp commented on 2015-01-26 21:40 (UTC)