in reply to Re: Don't use 5.6.N
in thread Don't use 5.6.N
My general feeling is that it's sufficient to put a use/require version statement for features you use in that file. It doesn't need to be a statement about every dependency. But if, for example, you use a 3-argument open, then at least flag that with a "use 5.006;" statement at the top of the file.
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
|---|