Hi,
I am not sure I understand but I would like to :-)
When using wxWidgets I need
1) C++ libraries (wxWidgets)
2) Perl binding (aka wxPerl)
3) my own code.
1) I can get either from my Linux package management system
(aptitude install wx-common in case of Debian)
or by installing Alien::wxWidgets from CPAN
2) I might have it in my Linux distro
(Ubuntu 8.04 does not seem to have it)
or by Installing the Wx distro from CPAN
3) That's really my problem.
Please let me know if the above description is correct.
It would be nice to also update
http://wxperl.sourceforge.net/about.html
with such information.
If the above is true I don't think I would like to include
Alien::wxWidgtes as a
prereq to my module.
So how can I declare in my CPAN module that my code needs wxWidgets
AND that the minimal requirement of wxWdigets is 2.7 ?
I already have Wx as prereq.
regards
Gabor