[arch-general] perl help missing DateTime::Format::ISO8601
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ț
On Mon, Jun 28, 2010 at 07:27:27PM +0300, Ionu?? Bîru wrote:
is this not the package that i need or the building is wrong?
This is another package. I quickly built a perl-datetime-format-iso8601 package [1]. Didn't have any time to test it but I hope somehow it works anyway. [1] http://aur.archlinux.org/packages.php?ID=38529
On Mon, Jun 28, 2010 at 12:27 PM, Ionuț Bîru <biru.ionut@gmail.com> wrote:
perl-date-iso8601
firstly this package seems to be in need of an update... at worst the uri for the 'home page' is wrong secondly given your error you need ( cut see Lukas Fleischer's comment) generally speaking (though not absolute) you can tell the package you're looking for by converting it all to lowercase and replacing the /'s or ::'s with -'s and putting perl- on the front. -- Caleb Cushing http://xenoterracide.blogspot.com
participants (3)
-
Caleb Cushing
-
Ionuț Bîru
-
Lukas Fleischer