On Thu, Jul 1, 2010 at 7:11 PM, Chas. Owens <chas.ow...@gmail.com> wrote: > Failure to add a use 5.010; or use 5.012; limits the features that can > be used in examples. For instance, this example won't work even under > 5.12 as it is written: > > say "foo"; > > It is possible that we should only add use statements to examples that > need features in 5.10 or later. > isn't
use features 'say'; somewhere on the page I guess it says... This keyword is available only when the "say" feature is enabled: see feature. -- Caleb Cushing http://xenoterracide.blogspot.com