You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unpinned core dependencies due to core module version scheme changing sometime in the past.
Pinned all imports of modules contained within the zef distribution.
Changed how the Distribution::Builder plugin passed meta data to the provided Distribution::Builder implementation to not use $*IN (instead using a temp file). This works around a rakudo bug on macOS.
Removed the PowerShell unzip script, and added unzip functionality to the tar plugin when bsdtar is detected. Windows now comes with bsdtar, so most WIndows users should not notice a change in the file extensions zef can extract on a given system.
Cleaned up the plugin name being output when using --debug to not show +{anon}.
curl.exe and wget.exe (instead of curl and wget) are used to invoke their respective programs on Windows. This allows the curl and wget plugins to work when using PowerShell (which has aliases for curl and wget that don't invoke the actual programs).