Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 59f2a7f55726f30a8eb0e321563f63e1a1672258
https://github.com/Perl/perl5/commit/59f2a7f55726f30a8eb0e321563f63e1a1672258
Author: James Raspass <[email protected]>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M lib/File/Compare.pm
Log Message:
-----------
Modernise File::Compare a little
- Move the version to the package line and bump it.
- Bump use version now that we're using package NAME VER.
- Drop strict now that we get it from use version.
- Switch to non-inheritance based Exporter usage.
- Use defined-or operator.