Please provide the output of these commands:

   perl -MStorable\ 99

and in the unpacked URI directory run:

   perl Makefile.PL
   make && perl -Mblib t/storable.t
 
> t/storable..........FAILED tests 1-3
>         Failed 3/3 tests, 0.00% okay
> t/urn-isbn..........skipped: Needs the Business::ISBN module installed
> t/urn-oid...........ok
> Failed Test  Status Wstat Total Fail  Failed  List of Failed
> ------------------------------------------------------------------------
> --------
> t/storable.t                   3    3 100.00%  1-3
> 1 test and 2 subtests skipped.
> Failed 1/31 test scripts, 96.77% okay. 3/466 subtests failed, 99.36%
> okay.
> *** Error code 29
> make: Fatal error: Command failed for target `test_dynamic'
> 
> The "Storable" module path was in the "PERL5LIB" environmental
> variable when I tried to compile "URI".  Is the "path.al" file
> dependent on URI finding and using the "Storable" files?

I have no idea what path.al is here.

You can probably also just ignore this test error and then just run
'make install' for URI to get going.  The failure just means that
something prevents URI objects from being stored and retrieved with
Storable.  This might not matter if the code you run does not do this.

Regards,
Gisle

Reply via email to