Subject: | Useless dependency on constant |
Current Makefile.PL adds `constant' module into PREREQ_PM, however none Pod-Simple code use the module:
petr@dhcp-0-146:/tmp/Pod-Simple-3.28 $ grep -Hnr constant
META.json:46: "constant" : "0",
META.yml:32: constant: 0
lib/Pod/Simple/Debug.pm:48: # make a not-really-constant
lib/Pod/Simple/Debug.pm:51: print "# Starting Pod::Simple::DEBUG = non-constant $variable with val $value\n";
lib/Pod/Simple/Debug.pm:104:be a constant sub anymore, and so Pod::Simple (et al) won't compile with
lib/Pod/Simple/Debug.pm:105:constant-folding.
lib/Pod/Simple/BlackBox.pm:27:#use constant DEBUG => 7;
lib/Pod/Simple.pm:30:# Set up some constants:
Makefile.PL:28: constant integer File::Find Test::More
I recommend to remove the `constant' from the Makefile.PL.