mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-03 05:02:18 +00:00
apkbuild-cpan: fix typo
This commit is contained in:
parent
d4b2415fb1
commit
617df473b0
@ -703,7 +703,7 @@ elsif ( $command eq "upgrade" ) {
|
|||||||
do_depends( $moddata->{version}, $apkbuild );
|
do_depends( $moddata->{version}, $apkbuild );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
say "Up-to-data with CPAN";
|
say "Up-to-date with CPAN";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ( $command eq "check" ) {
|
elsif ( $command eq "check" ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user