mirror of
https://github.com/curl/curl.git
synced 2026-05-04 08:37:50 +03:00
Made the test work on perl 5.00
This commit is contained in:
parent
cd2814725a
commit
7f7b643c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue