Thanks, Bruce. That eliminated the error. -----Original Message----- From: Bruce Gray [mailto:bruce.g...@acm.org] Sent: Wednesday, February 16, 2011 5:17 PM To: Bottoms, Christopher A Cc: Bruce Gray; perl6-us...@perl.org Subject: Re: MAIN Sub
On Feb 16, 2011, at 4:14 PM, Bottoms, Christopher A wrote: > Hello all, > > As soon as I add the MAIN sub to my module file, my test file > complains: --snip-- In your module file, after the "use v6" line, add this line: module MaizeDiversity::Impute; -- Hope this helps, Bruce Gray (Util of PerlMonks)