gpgdir icon indicating copy to clipboard operation
gpgdir copied to clipboard

Fix Class::MethodMaker build issue. Use $HOME if /etc/passwd doesn't contain current user.

Open calin-iorgulescu opened this issue 6 years ago • 0 comments

  • Fix #1 . This allows building Class:MethodMaker without installing it as a separate dependency.
  • On Max OS X, the current user may not appear in /etc/passwd, but the $HOME variable is set correctly. Use $HOME if the current user cannot be extracted from /etc/passwd.

calin-iorgulescu avatar Mar 15 '18 16:03 calin-iorgulescu