mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Build perl-Devel-Tokenizer against latest version of perl
This commit is contained in:
parent
614482220c
commit
dd2026dc19
3 changed files with 7 additions and 1 deletions
|
|
@ -78,6 +78,11 @@ _grep() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Useful for perl extensions
|
||||
get_perl_version() {
|
||||
perl -v | sed -n -re 's/.*[ (]v([0-9\.]*)[ )].*/\1/p'
|
||||
}
|
||||
|
||||
get_revision() {
|
||||
local pkg=$1
|
||||
local oldpwd="${PWD}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue