Ticket #184 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

Build.PL doesn't treat the absence of Config::Tiny gracefully.

Reported by: Kake Owned by: Kake
Priority: normal Milestone:
Component: openguides Version: svn
Severity: normal Keywords:
Cc:

Description

On a machine without Config::Tiny installed:

kaketop:~/tmp/OpenGuides-0.58 kake$ perl Build.PL
Can't locate Config/Tiny.pm in @INC (@INC contains: lib /sw/lib/perl5 /sw/lib/perl5/darwin /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at lib/OpenGuides/Config.pm line 5, <DATA> line 468.
BEGIN failed--compilation aborted at lib/OpenGuides/Config.pm line 5, <DATA> line 468.
Compilation failed in require at lib/OpenGuides/Build.pm line 5, <DATA> line 468.
BEGIN failed--compilation aborted at lib/OpenGuides/Build.pm line 5, <DATA> line 468.
Compilation failed in require at Build.PL line 3, <DATA> line 468.
BEGIN failed--compilation aborted at Build.PL line 3, <DATA> line 468.

(There's code in Build.PL that tries to handle this situation, but it doesn't work.)

Change History

Changed 21 months ago by Kake

  • owner changed from kake to Kake
  • status changed from new to assigned

Changed 21 months ago by Kake

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [936].

Note: See TracTickets for help on using tickets.