Search Criteria
Package Details: perl-crypt-rc4 2.02-1
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: | http://search.mcpan.org/dist/Crypt-RC4 |
Licenses: | GPL, PerlArtistic |
Submitter: | flocke |
Maintainer: | jnbek |
Last Packager: | jnbek |
Votes: | 17 |
Popularity: | 0.000608 |
First Submitted: | 2011-04-08 19:30 (UTC) |
Last Updated: | 2015-06-16 20:34 (UTC) |
Latest Comments
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)