Subject: | Makefile.PL does not define a minimum Perl version |
Most Makefile.PLs should contain something that identifies the minimum
version of Perl that the module is compatible with.
Plus a statement at the top of the Makefile.PL that defines the minimum
version that the Makefile.PL code itself is compatible with.
So in the Makefile.PL (I'm guessing the version here)
require 5;
And as for the module itself, according to perlver it's the following
adam@red:~/cpan2/tools$ perlver
/home/adam/.cpan/build/Digest-SHA-5.34/SHA.pm
----------------------------------------------------------------------------
| file | explicit | syntax |
external |
|
----------------------------------------------------------------------------
|
| /home/adam/.cpan/build/Digest-SHA-5.34/SHA.pm | ~ | v5.6.0 |
n/a |
|
----------------------------------------------------------------------------
|
| Minimum explicit version : ~
|
| Minimum syntax version : v5.6.0
|
| Minimum version of perl : v5.6.0
|
----------------------------------------------------------------------------