Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 85578
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.28
Fixed in: 3.29



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.