# New Ticket Created by Dan Book # Please include the string: [perl #133069] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=133069 > The docs for Exporter (https://metacpan.org/pod/Exporter) include several examples using global variables. These should be declared with 'our' where appropriate to make the examples strict-safe. Right now this detail is hidden under the "Good Practices" section but it should be applied to each example the user sees directly -- remember that newbies are likely to stop reading once they have copy-pasted something that "works". -DanThread Next