Skip Menu |

This queue is for tickets about the DateTime-Format-IBeat CPAN distribution.

Report information
The Basics
Id: 12166
Status: resolved
Priority: 0/
Queue: DateTime-Format-IBeat

People
Owner: Nobody in particular
Requestors: Charlie.Keyser [...] allvac.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Need assistance
Date: Wed, 6 Apr 2005 10:53:36 -0400
From: "Keyser, Charlie J." <Charlie.Keyser [...] allvac.com>
To: <bug-DateTime-Format-IBeat [...] rt.cpan.org>
Earl I have tried so many time to run Makefile. PL and I always get the same results. I believe my version of perl may be corrupt or I am in a black out drive mode and can not see what I am overlooking. O am overwhelmed here at work with 6 systems and trying to get swatch to run. If you can give my some quick advice and work around I will have to do this in the wee hours of the morning when no one is around to bother me. Here is what I am getting when I am in the DateTiem-Format-Ibeat-0.161 dir # perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite DateTime 0.18 not found at /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. Warning: prerequisite Test::More 0.47 not found at /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. Ambiguous use of ${pack} resolved to $pack at /opt/perl5/lib/Carp/Heavy.pm line 137. Ambiguous use of ${pack} resolved to $pack at /opt/perl5/lib/Carp/Heavy.pm line 138. Missing $ on loop variable at /opt/perl5/lib/Carp/Heavy.pm line 141. Here is what I get when I run the Makefile. PL from the swatch dir # cd swatch-3.1.1 # perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Date::Calc 0 not found at /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. Warning: prerequisite Date::Parse 0 not found at /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. Warning: prerequisite Time::HiRes 1.12 not found at /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. Ambiguous use of ${pack} resolved to $pack at /opt/perl5/lib/Carp/Heavy.pm line 137. Ambiguous use of ${pack} resolved to $pack at /opt/perl5/lib/Carp/Heavy.pm line 138. Missing $ on loop variable at /opt/perl5/lib/Carp/Heavy.pm line 141. Thanks for your help Charlie J. Keyser Unix System Administrator Allvac IT Department 1-704-225-7373 Cell 1-704-219-1258 "Success in life depends on your own personal level of motivation, dedication, and commitment. Your level of motivation will determine what you do and your attitude will determine how well you do it."
Firstly: please note that the CPAN bug tracker is /not/ the appropriate place to send requests for help in installing modules. Show quoted text
> Here is what I am getting when I am in the
DateTiem-Format-Ibeat-0.161 dir Show quoted text
> > # perl Makefile.PL > Checking if your kit is complete... > Looks good > Warning: prerequisite DateTime 0.18 not found at > /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373. > Warning: prerequisite Test::More 0.47 not found at > /opt/perl5/lib/ExtUtils/MakeMaker.pm line 373.
This means that you do not have the modules installed that this module needs to run. Consultation of the documentation, in particular the file called INSTALL, would be advantageous. Show quoted text
> I believe my version of perl may be corrupt or I am in a black > out drive mode
No. Show quoted text
> O am overwhelmed here at work with 6 systems and trying to get swatch
to run. I had never heard of "swatch" until you just mentioned it. Having downloaded it from SourceForge to investigate, I can find no relation between it and my module. Consequently I am at a loss to why you are connecting it to me. The documentation for "switch" also clearly explains about Perl module dependencies. Show quoted text
> "Success in life depends on your own personal level of motivation, > dedication, and commitment. Your level of motivation will determine what > you do and your attitude will determine how well you do it."
Success is also dependent on reading the documentation.