QuoteCan't locate Date/Calc.pm in @INC (@INC contains: C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at D:\skript.pl line 4. BEGIN failed--compilation aborted at D:\skript.pl line 4.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl
use strict;
use warnings;
use Date::Calc 'Date_to_Time';
my $command='"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyvm "Adobe Acrobat" --biossystemtimeoffset -%s';
my $date='14.10.2011';
my $time=time();
$time-=Date_to_Time(reverse(split(/\./,$date)),0,0,0);
$time*=1000;
$command=sprintf($command,$time);
$command=exec($command) or die(qq[ERROR exec "$command" ($!)\n]);
die("Something went wrong!\n");
QuoteAll tests successful.
Files=51, Tests=3005, 4 wallclock secs ( 0.55 usr + 0.22 sys = 0.76 CPU)
Result: PASS
STBEY/Date-Calc-6.3.tar.gz
Tests succeeded but one dependency not OK (Bit::Vector)
STBEY/Date-Calc-6.3.tar.gz
[dependencies] -- NA
Running make install
make test had returned bad status, won't install without force
Failed during this command:
STBEY/Bit-Vector-7.1.tar.gz : make NO
STBEY/Date-Calc-6.3.tar.gz : make_test NO one dependency not
OK (Bit::Vector)
QuoteRunning make install
make test had returned bad status, won't install without force
Failed during this command:
STBEY/Bit-Vector-7.1.tar.gz : make NO
STBEY/Date-Calc-6.3.tar.gz : make_test NO one dependency not
OK (Bit::Vector)
Quotedll.exp: file not recognized: File format not recognized
collect2: ld returned 1 exit status
dmake.EXE: Error code 129, while making 'blib\arch\auto\Bit\Vector\Vector.dll'
STBEY/Bit-Vector-7.1.tar.gz
C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
STBEY/Bit-Vector-7.1.tar.gz : make NO
2012-02-25T09:43:41 pomarancFalls es wichtig ist: Ich habe die aktuelle Strawberry-Perl installiert.
1
2
3
D:\>perl --version
This is perl 5, version 12, subversion 1 (v5.12.1) built for MSWin32-x86-multi-thread