# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #127085] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127085 >
=begin pod =config head1 :!numbered =end pod # Pod::Config.new(type => "head1", config => {:numbered("0")}) # whereby "0" is true, it should be 0 or Bool::False =begin pod =config head1 :numbered =end pod # Pod::Config.new(type => "head1", config => {:numbered("1")}) # that works (as "1" is True) but Bool::True would be better