Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-ReportVersions CPAN distribution.

Report information
The Basics
Id: 58242
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-ReportVersions

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

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



Subject: generated test fails for poe::loop::tk on win32
one of my users wanted to install games-risk on windows, and the report version test blowed there with the following: t\000-report-versions.t ...... 1/? # Carp version is 1.15 # Class::Accessor::Fast version is 0.34 # Encode version is 2.39 # English version is 1.04 # Exporter version is 5.64_01 # File::Basename version is 2.78 # File::Find version is 1.15 t\000-report-versions.t ...... 7/? # File::ShareDir version is 1.02 # File::Spec::Functions version is 3.3 # File::Temp version is 0.22 # FindBin version is 1.50 # Image::Magick version is 6.5.9 # Image::Size version is 3.221 # List::MoreUtils version is 0.22 # List::Util version is 1.23 # Locale::TextDomain version is 1.20 # MIME::Base64 version is 3.09 # Module::Build version is 0.3607 t\000-report-versions.t ...... 19/? # Moose version is 1.07 # MooseX::Has::Sugar version is 0.0405 # MooseX::POE version is 0.205 t\000-report-versions.t ...... 21/? # MooseX::SemiAffordanceAccessor version is 0.05 # POE version is 1.289 t\000-report-versions.t ...... 24/? # Failed test 'use POE::Loop::Tk;' # at t\000-report-versions.t line 445. # Tried to use 'POE::Loop::Tk'. # Error: not really dying at C:/strawberry/perl/site/lib/POE/Loop/Tk.pm lin e 48. # BEGIN failed--compilation aborted at C:/strawberry/perl/site/lib/POE/Loop/Tk.p m line 50. # Compilation failed in require at (eval 396) line 2. # BEGIN failed--compilation aborted at (eval 396) line 2. Bailout called. Further testing stopped: can't load POE::Loop::Tk FAILED--Further testing stopped: can't load POE::Loop::Tk JQUELIN/Games-Risk-3.101511.tar.gz i guess this comes from the fact that poe::loop:;:tk is not meant to be loaded by itself, but alongside poe... note that i'm forced to require poe::loop::tk (and thus report its version in your generated test), since it's now a dist of its own (where it used to be bundled in poe dist).
I've added POE::Loop::Tk to the list of packages that won't be loaded for the version report. Released as v1.101600. Thanks for reporting it!