in reply to Re: CPAN.pm programming
in thread CPAN.pm programming

Perhaps because of license issues? For example, DBD::Oracle needs to be linked against Oracle client libraries, but most times, you do not have the permission to redistribute those libraries.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Replies are listed 'Best First'.
Re^3: CPAN.pm programming
by JavaFan (Canon) on Nov 22, 2009 at 20:06 UTC
    So? You could still compile DBD::Oracle and distribute it.