On Mon, 4 Mar 2002, Stas Bekman wrote: > since we use 'our' in the autogenerated .pm files, requiring 5.6.1 is > probably a good idea:
no need. .pm's that have a .xs are installed in $version/$arch so anybody using < 5.006 would have to try really hard to shoot themselves in the foot here. the top-level Makefile.PL does 'require 5.006', which should stay since it will compile/run with 5.006. if you want to add a suggestion to Makefile.PL that minimum 5.6.1 is suggested, that'd be fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
