in reply to Re^3: Selling your Perl app
in thread Selling your Perl app

I cannot emphasize this point enough. And, it's not enough to investigate the licenses of the modules you're using. You also have to verify the licenses of the modules they are using, particularly if the module uses stuff from outside of CPAN.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?