in reply to Re^10: Howto "use" backward compability packages of new "feature"s
in thread Howto "use" backward compability packages of new "feature"s
pragmas are files???
Where were you planning on storing the code for stricter?
then my point should be clear!
I don't agree that
is less clear thanuse Module VERSION LIST use Module VERSION use Module LIST use Module use VERSION BEGIN { require Module; Module->import( LIST ); }
use LibraryFile VERSION LIST use LibraryFile VERSION use LibraryFile LIST use LibraryFile use VERSION BEGIN { require LibaryFile; Module->import( LIST ); }
Especially since use doesn't take a file name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: Howto "use" backward compability packages of new "feature"s
by LanX (Saint) on Aug 26, 2010 at 13:33 UTC | |
by ikegami (Patriarch) on Aug 26, 2010 at 14:41 UTC |