Skip Menu |

This queue is for tickets about the App-PlatformInfo CPAN distribution.

Report information
The Basics
Id: 133638
Status: resolved
Priority: 0/
Queue: App-PlatformInfo

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.005
Fixed in: 0.006



Subject: Undeclared dependency Devel::Platform::Info
See subject. A sample test log: ... # Failed test 'script/platform-info compiled ok' # at t/00-compile.t line 78. # got: '512' # expected: '0' Can't locate Devel/Platform/Info.pm in @INC (you may need to install the Devel::Platform::Info module) (@INC contains: /home/cpansand/.cpan/build/2020103121/App-PlatformInfo-0.005-U1u0e4/blib/arch /home/cpansand/.cpan/build/2020103121/App-PlatformInfo-0.005-U1u0e4/blib/lib /home/cpansand/.cpan/build/2020103121/App-PlatformInfo-0.005-U1u0e4/blib/lib /home/cpansand/.cpan/build/2020103121/App-PlatformInfo-0.005-U1u0e4/blib/arch /usr/perl5.20.1Dp/lib/site_perl/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/site_perl/5.20.1 /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/5.20.1 .) at script/platform-info line 76.BEGIN failed--compilation aborted at script/platform-info line 76. at t/00-compile.t line 87, <GEN4> line 2. # Looks like you failed 1 test of 2. t/00-compile.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ... (etc) ...
Fixed in 0.006. The dependency is packed into the script, but it has to be require'd and not use'd.