Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Perl (0.21 sec)

  1. buildscripts/checkdeps.sh

    		exit 1
    	fi
    }
    
    assert_check_deps() {
    	# support unusual Git versions such as: 2.7.4 (Apple Git-66)
    	installed_git_version=$(git version | perl -ne '$_ =~ m/git version (.*?)( |$)/; print "$1\n";')
    	if ! check_minimum_version "${GIT_VERSION}" "${installed_git_version}"; then
    Shell Script
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri May 26 05:07:25 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  2. CREDITS

    conditions of the following licenses.
    
    --------------------------------------------------
    Portions of the following files are licensed under the MIT License:
    
      lib/erl/src/Makefile.am
    
    Please see doc/otp-base-license.txt for the full terms of this license.
    
    --------------------------------------------------
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Apr 16 18:48:56 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top