Stas Bekman wrote: > > since we use 'our' in the autogenerated .pm files, requiring 5.6.1 is > probably a good idea: >
[snip] > package $module; > +require 5.6.1; it probably doesn't matter, but isn't that format deprecated now? bleedperl reports v-string in use/require non-portable at -e line 1. for formats like that (with warnings enabled), so I've been changing all mine to require 5.006001; instead. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
