Hi guys,
i was working on updating mythtv and i have a problem finding the proper perl package.

I'm not a perl guy myself and i found in aur perl-date-iso8601. The problem is that is not installed in the proper place. /usr/share/perl5/site_perl/5.10.1/Date/ISO8601.pm and the check is done in DateTime/Format/ISO8601.pm


check_pl_lib DateTime::Format::ISO8601
perl -e use DateTime::Format::ISO8601;
Can't locate DateTime/Format/ISO8601.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.1 /usr/share/perl5/site_perl/5.10.1 /usr/lib/perl5/vendor_perl
BEGIN failed--compilation aborted at -e line 1.


the building is done with:
   perl Build.PL
  ./Build --installdirs=vendor
  ./Build test
  ./Build install destdir=$pkgdir

is this not the package that i need or the building is wrong?

--
Ionuț

Reply via email to