http://qs321.pair.com?node_id=1034096


in reply to Citrus Perl: problems trying to load additional modules

Try this:

$ cpan cpan>look DateTime [/path/to/the/cpan/Module-build-directory]#

Copy the path to the Module build directory (the text between the square brackets). Then:

[/path/to/the/cpan/Module-build-directory]# exit cpan> exit $ cd /path/to/the/cpan/Module-build-directory $ perl Makefile.PL $ make $ make test $ make install

Are you running CPANPLUS as Administrator or as a regular user?

Anne