in reply to Trying to load other perl scripts use() or require()

One of the many nice things to look forward to in Perl 6 is that this bit of cruft will go away.

I've found that using h2xs to auto-generate modules is a good way to avoid omissions like this, and put in stub documentation, too.
  • Comment on Re: Trying to load other perl scripts use() or require()