Jump to content

perl Makefile.pl error


Thangor

Recommended Posts

im new to perl and would really like to start off with getting this rss alarm clark to work but whenever i try to get the rss 2 xml going i get this error.

C:XML-RSS-1.22>perl Makefile.pl

Warning: prerequisite DateTime failed to load: Can't locate DateTime.pm in @INC

(@INC contains: c:/Perl/lib c:/Perl/site/lib .) at (eval 4) line 3.

Warning: prerequisite DateTime::Format::Mail failed to load: Can't locate DateTi

me/Format/Mail.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at (ev

al 5) line 3.

Warning: prerequisite DateTime::Format::W3CDTF failed to load: Can't locate Date

Time/Format/W3CDTF.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at

 (eval 6) line 3.

Warning: prerequisite Test::Manifest failed to load: Can't locate Test/Manifest.

pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at (eval 8) line 3.

Writing Makefile for XML::RSS

i have continued with the process of setting up the entire alarm clock and ran the alarm.bat and get not the exact same error but slightly different referencing the same issue.. DateTime/Format/Mail error any advice would be great. a link or something... a bone maybe?

Link to comment
Share on other sites

Don't know anything about the rss alarm clock thing. But i know a module doesn't exist error when I see one.

The perl module DateTime is not installed on your system. To install it use cpan. CPAN is nice program that among other things makes the vast repositories of perl modules available, searchable.

From the command line the string is:

cpan install Bundle::DateTime.

Now this installs the lot. Shouldn't be a problem for most people. If you google cpan u can find out how to upgrade your perl dist aswell. Sexy time!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...