How do I install Perl's SVN::Client?
I want to use the SVN::Client cpan module to check out code from a repository. But how to install and use this module? The documentation is kind of no existing. I have tried install the Alien::SVN module both through cpan and build it myself. And it seems to install okay. No error messages, and when i go into cpan again and do the following it states that the Alien::SVN module is installed. cpan> install Alien::SVN Alien::SVN is up to date. Here is my class that uses the SVN::Client: use strict; use warnings; use Alien::SVN; use SVN::Client; sub new { my $self = { localpath => '' }; bless(