A
Arvin Portlock
I produce a number of perl programs for people in my
community but outside of my organization to use freely.
As my audience uses Windows and they have widely varying
technical skills, I really like to package everything
up into a single setup script so all they have to do is
install it and run it. I include a very minimal version
of ActiveState's perl, stripped down to just the few
modules and files needed to run the particular application.
I don't like to force my users to install anything else,
including perl. I don't want to force them to use ppm to
grab any additional modules they may need. I don't want
to teach them about PATHs and opening the command prompt
and navigating directories, executing perl or anything like
that. I like to set things up so all they need to do is
install my program, click an icon or drag a file and be
done with it.
So I had another look at the ActiveState license, and sure
enough, it looks like I'm in violation:
"You may make and give away verbatim copies of this
Package for personal use, or for use within your
organization, provided that you duplicate all of the
original copyright notices and associated disclaimers.
You may not distribute copies of this Package, or copies
of packages derived from this Package, to others outside
your organization without specific prior written per-
mission from ActiveState (although you are encouraged to
direct them to sources from which they may obtain it for
themselves)."
Does anybody know whether ActiveState looks favorably on
written requests for my type of distribution? Is my only other
alternative to use perl2exe?
Arvin
community but outside of my organization to use freely.
As my audience uses Windows and they have widely varying
technical skills, I really like to package everything
up into a single setup script so all they have to do is
install it and run it. I include a very minimal version
of ActiveState's perl, stripped down to just the few
modules and files needed to run the particular application.
I don't like to force my users to install anything else,
including perl. I don't want to force them to use ppm to
grab any additional modules they may need. I don't want
to teach them about PATHs and opening the command prompt
and navigating directories, executing perl or anything like
that. I like to set things up so all they need to do is
install my program, click an icon or drag a file and be
done with it.
So I had another look at the ActiveState license, and sure
enough, it looks like I'm in violation:
"You may make and give away verbatim copies of this
Package for personal use, or for use within your
organization, provided that you duplicate all of the
original copyright notices and associated disclaimers.
You may not distribute copies of this Package, or copies
of packages derived from this Package, to others outside
your organization without specific prior written per-
mission from ActiveState (although you are encouraged to
direct them to sources from which they may obtain it for
themselves)."
Does anybody know whether ActiveState looks favorably on
written requests for my type of distribution? Is my only other
alternative to use perl2exe?
Arvin