in reply to Re^11: Howto "use" backward compability packages of new "feature"s
in thread Howto "use" backward compability packages of new "feature"s
stricter is not a standard compiler directive, but a module importing pragmas.
To avoid naming conflicts with future pragmas it shouldn't even be named "stricter", rather "My::stricter"
(Still lowercasing stricter could be discussed, but I think it's good practice to signal compilation effects)
Anyway I bet some of the pragmas listed will not support the import interface.
... tend to affect the compilation of your program, and thus will usually work well only when used within a use, or no. (added underlining)
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Howto "use" backward compability packages of new "feature"s
by ikegami (Patriarch) on Aug 26, 2010 at 14:41 UTC |