in reply to Re: The need and the price of running on old versions of Perl
in thread The need and the price of running on old versions of Perl
What do you mean by needlessly?
You can write (almost) everything on Perl 5.000. Hey you could even do that in Perl 4 syntax using require... So why do we expect (and let our users expect) that modules will always work on old version of Perl? This creates needless (here it comes :-) extra work to the module developers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: The need and the price of running on old versions of Perl
by Corion (Patriarch) on Sep 18, 2007 at 13:00 UTC |