in reply to Why isn't it found in @INC ?

I could be wrong. I have been before. ;)
However, this looks like you downloaded and extracted the files for XML::Clean but didn't install it!

Replies are listed 'Best First'.
Re: Re: @INC
by matth (Monk) on Dec 13, 2002 at 18:47 UTC
    bash-2.05$ perl -e 'use ExtUtils::Installed; $inst = ExtUtils::Install +ed->new(); print join "\n", $inst->modules();' DBI DBIx::XML_RDB Parse::Yapp Perl XML-DOM XML::Catalog XML::Checker XML::Clean XML::DT XML::Dumper XML::Edifact XML::Generator XML::Grove XML::Handler::YAWriter XML::Node XML::Parser XML::QL XML::RSS XML::RegExp XML::Registry XML::Simple XML::Twig XML::Writer XML::XPath XML::XQL libxml-enno libxml-perlbash-2.05$

      If it's installed correctly then you don't need to include the directory where you extracted the files to...

      So, why did you include /home/redden/.cpan/build/XML-Clean-1.04 in the first place?