Skip Menu |

This queue is for tickets about the Archive-Zip CPAN distribution.

Report information
The Basics
Id: 6955
Status: resolved
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Can't locate object method "updateTree" via package "Archive::Zip::Archive" at examples/updateTree.pl line 26.
perl -Mblib t\testex.t 1..15 # Running under perl version 5.008004 for MSWin32 # Win32::BuildNumber 810 # Current time local: Tue Jul 13 19:50:15 2004 # Current time GMT: Wed Jul 14 02:50:15 2004 # Using Test.pm version 1.25 'zip' is not recognized as an internal or external command, operable program or batch file. warning: zip doesn't seem to work, may skip some tests at t/common.pl line 83. 'unzip' is not recognized as an internal or external command, operable program or batch file. warning: unzip -t doesn't seem to work, may skip some tests at t/common.pl line 94. ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 Can't locate object method "updateTree" via package "Archive::Zip::Archive" at examples/updateTree.pl line 26. not ok 14 # Test 14 got: "65280" (t\testex.t at line 83) # Expected: "0" (updateTree.pl update) # t\testex.t line 83 is: ok( runPerlCommand( 'examples/updateTree.pl', OUTPUTZIP, TESTDIR ), 0, "updateTree.pl update" ); ok 15
[guest - Tue Jul 13 22:56:36 2004]: Show quoted text
> perl -Mblib t\testex.t > 1..15 > # Running under perl version 5.008004 for MSWin32 > # Win32::BuildNumber 810 > Can't locate object method "updateTree" via package > "Archive::Zip::Archive" at examples/updateTree.pl line 26.
This is a symptom of running in an environment where you have an older version of A::Z in your path but not the newer A::Z. Are you sure you have the new A::Z in lib/Archive/Zip.pm ?