in reply to Re: Re: Pre-position musing on "standalone executables"
in thread Pre-position musing on "standalone executables"
Once you start doing all-in-one packages, especially if you're shipping what's essentially a single binary, those license terms become far more important. A not insignificant number of perl modules are pure GPL, which can be an issue both if you don't want to release the source for your program and if you use other modules that use GPL-incompatible licenses. This isn't a problem with the current setup, as the restrictions are on distribution and not use, but once you start distributing...
Not a new issue in general, just one that perl's not had to deal with for the most part up until now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Pre-position musing on "standalone executables"
by John M. Dlugosz (Monsignor) on Nov 18, 2002 at 20:45 UTC | |
by Elian (Parson) on Nov 18, 2002 at 21:36 UTC |