in reply to Re^9: Errors While Installing Image::Magick
in thread Errors While Installing Image::Magick
For those line numbers (of 7, 1165 and 1187) my Install.pm has:7 use File::Basename qw(dirname); 1165 while(my($from, $to) = each %$fromto) { 1187 my $dirname = dirname($to);
In my Strawberry-5.24.1 Install.pm, there is no mention of any variable $dirname.7 use Carp (); 1165 Filenames with the extension .pm are autosplit into the $autospli +t_dir. 1187 next;
And you could try installing the module by running:"C:Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Ha +rness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\li +b', 'blib\arch')" t/*.t
Cheers,"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonemp +ty -- Magick.bs blib\arch\auto\Image\Magick\Magick.bs 644
t/blob.t .......... ok t/composite.t ..... ok t/filter.t ........ ok t/getattribute.t .. ok t/montage.t ....... ok t/ping.t .......... ok t/read.t .......... ok t/setattribute.t .. ok t/write.t ......... ok All tests successful. Files=9, Tests=273, 2 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 C +PU) Result: PASS
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^11: Errors While Installing Image::Magick
by roho (Bishop) on Feb 16, 2024 at 07:40 UTC | |
by syphilis (Archbishop) on Feb 16, 2024 at 10:23 UTC |