Subject: | Undeclared dependency on Clone |
One of the many fails has an easy explanation:
# Failed test 'use Unicode::Wrap;'
# at t/00basic.t line 7.
# Tried to use 'Unicode::Wrap'.
# Error: Can't locate Clone.pm in @INC (@INC contains:
/home/sand/.cpan/build/Unicode-Wrap-0.03-Q3n6SG/blib/lib
/home/sand/.cpan/build/Unicode-Wrap-0.03-Q3n6SG/blib/arch
/home/src/perl/repoperls/installed-perls/maint-5.8/pBAYlak/perl-5.8.8@33576/lib/5.8.8/i686-linux-64int
/home/src/perl/repoperls/installed-perls/maint-5.8/pBAYlak/perl-5.8.8@33576/lib/5.8.8
/home/src/perl/repoperls/installed-perls/maint-5.8/pBAYlak/perl-5.8.8@33576/lib/site_perl/5.8.8/i686-linux-64int
/home/src/perl/repoperls/installed-perls/maint-5.8/pBAYlak/perl-5.8.8@33576/lib/site_perl/5.8.8
.) at
/home/sand/.cpan/build/Unicode-Wrap-0.03-Q3n6SG/blib/lib/Unicode/Wrap.pm
line 13.
# BEGIN failed--compilation aborted at
/home/sand/.cpan/build/Unicode-Wrap-0.03-Q3n6SG/blib/lib/Unicode/Wrap.pm
line 13.
# Compilation failed in require at (eval 2) line 2.
So the dependency would need to be declared in the Makefile.PL
Let me know if you need help on that.
Thanks,