perl-modern-perl

MEDIUM
maintainer ryoskzypu 13 votes scanned 2026-09-27 13:18:29.354985
View on AUR
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>
3pkgname=perl-modern-perl
4pkgver=1.20250607
5pkgrel=1
6pkgdesc="enable all of the features of Modern Perl with one command"
7arch=(any)
8url="https://metacpan.org/release/Modern-Perl"
9license=('GPL-1.0-only' 'Artistic-1.0')
10depends=('perl>=5.10.0')
11makedepends=('make')
12options=(!emptydirs)
13source=("https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-$pkgver.tar.gz")
14
15build() {
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
23package() {
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:
33sha256sums=('38ed7eb7b91aeed153887483e49a9a807a2e8962ab227cc6fdb5ea4dc41df128')
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion