The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 5.98 - 2017-10-04

  • Digest::SHA::PurePerl now has its own shasum
    • renamed to shasumpp
    • depends explicitly on Digest::SHA::PurePerl
    • no longer makes use of Digest::SHA if present
      • hence no need for -R option
  • removed "portable" mode from shasumpp and addfile
    • rarely used, mostly in outdated systems
    • potentially confusing features (e.g. \r\r\n -> \n)
    • Universal Newlines mode (-U) a much cleaner approach
      • mimics Universal Newlines in Python

Documentation

Print or Check SHA Checksums

Modules

Perl implementation of SHA-1/224/256/384/512

Examples