in reply to Releasing code with warnings

Isn't releasing something that uses the warnings pragma basically requiring Perl 5.6?
()-()
 \"/
  `                                                     

Replies are listed 'Best First'.
Re: Re: Releasing code with warnings
by rir (Vicar) on Oct 02, 2002 at 19:03 UTC
    Yes the warnings pragma does require 5.6.

    There is the -w flag in earlier releases which
    is what I was mostly asking about.
    (I am just starting to move to 5.6 now.)

      But what effect will a -w flag have if you are releasing a module as opposed to a stand alone script?
      ()-()
       \"/
        `