mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Made the test work on perl 5.00
This commit is contained in:
parent
cd2814725a
commit
7f7b643c0d
@ -28,7 +28,7 @@ if ( $what eq "version" ) {
|
||||
}
|
||||
else {
|
||||
# Convert hex version to decimal for comparison's sake
|
||||
/^([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})$/ ;
|
||||
/^(..)(..)(..)$/ ;
|
||||
$curlconfigversion = hex($1) . "." . hex($2) . "." . hex($3);
|
||||
|
||||
# Strip off the -CVS from the curl version if it's there
|
||||
|
Loading…
Reference in New Issue
Block a user