in reply to Re: Re: Re: Re^4: USE or Require?
in thread USE or Require?

On a side note, it might do to put a note in the tutorial about stub module generation via h2xs -A -X -n some::module, as that is where I saw use Exporter, assumed it was good practice to use (yes I realize how bad that is now in hindsight), and defined what I thought was a sane value.

On a side note to your side note, if you're using perl 5.8.1 h2xs has a few more options that make a more "normal" OO template. My default is:

h2xs --compat-version=5.6.1 --use-new-tests --skip-exporter -APX -n