Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ukm for modern perl #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 30, 2020

  1. Update ukm for modern perl

    with perl 5.32.0 trying to use ukm gives:
    
    ```
    $ ssh gitolite@localhost ukm
    Enter passphrase for key '/home/kousu/.ssh/id_rsa': 
    FATAL: Can't use global $_ in "my" at /usr/lib/gitolite/commands/ukm line 296, near "($_"
    Execution of /usr/lib/gitolite/commands/ukm aborted due to compilation errors.
    ```
    
    This fixes it
    
    ```
    $ ssh gitolite@localhost ukm list
    Enter passphrase for key '/home/kousu/.ssh/id_rsa': 
    Hello alice, you manage the following keys:
    fingerprint                                     userid keyid
    SHA256:VxHhqhOq5GxpPPUrYMeFMly4Mdc3YlP40qkLX4gr5fI alice  alice
    ```
    kousu committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    81ccd2a View commit details
    Browse the repository at this point in the history