perl-modern-perl
MEDIUM
maintainer ryoskzypu
13 votes
scanned 2026-09-27 13:18:29.354985
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: René Wagner
2
# Contributor: Christian Sturm <reezer@reezer.org>
3
pkgname=perl-modern-perl
4
pkgver=1.20250607
5
pkgrel=1
6
pkgdesc="enable all of the features of Modern Perl with one command"
7
arch=(any)
8
url="https://metacpan.org/release/Modern-Perl"
9
license=('GPL-1.0-only' 'Artistic-1.0')
10
depends=('perl>=5.10.0')
11
makedepends=('make')
12
options=(!emptydirs)
13
source=("https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-$pkgver.tar.gz")
14
15
build() {
16
cd "$srcdir/Modern-Perl-$pkgver"
17
18
# for packages with Build.PL, do this instead:
19
perl Makefile.PL installdirs=vendor destdir="$pkgdir/"
20
make
21
}
22
23
package() {
24
cd "$srcdir/Modern-Perl-$pkgver"
25
26
make install
27
28
# remove perllocal.pod and .packlist
29
find "$pkgdir" -name perllocal.pod -delete
30
find "$pkgdir" -name .packlist -delete
31
}
32
# vim:set ts=2 sw=2 et:
33
sha256sums=('38ed7eb7b91aeed153887483e49a9a807a2e8962ab227cc6fdb5ea4dc41df128')
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |