Skip Menu |

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

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

People
Owner: ether [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

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



Subject: spaces in name ( as per Synopsis example ) considered invalid

https://metacpan.org/source/ETHER/Dist-Zilla-Plugin-OptionalFeature-0.013/lib/Dist/Zilla/Plugin/OptionalFeature.pm#L172

This line seems to mean that:

 

 > [OptionalFeature / XS Support]
 

Is Invalid.

 

I traced the bug line to Test::CPAN::Meta and see that this is something you're trying to get fixed, so this is more a forwards acknowledgement of that bug until it can be fixed.

 

( And perhaps it could be documented as such until fixed )

 

    #          got: '[XS Support] invalid syntax for optional feature name 'XS Support' at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Log/Dispatchouli.pm line 298.
    #     Log::Dispatchouli::log(Log::Dispatchouli=HASH(0x3e70b20), HASH(0x47dd568), "invalid syntax for optional feature name 'XS Support'") called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Log/Dispatchouli/Proxy.pm line 108
    #     Log::Dispatchouli::Proxy::log(Log::Dispatchouli::Proxy=HASH(0x44c1138), HASH(0x47dd568), "invalid syntax for optional feature name 'XS Support'") called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Log/Dispatchouli/Proxy.pm line 117
    #     Log::Dispatchouli::Proxy::log_fatal(Log::Dispatchouli::Proxy=HASH(0x44c1138), "invalid syntax for optional feature name 'XS Support'") called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/x86_64-linux/Moose/Meta/Method/Delegation.pm line 113
    #     Dist::Zilla::Plugin::OptionalFeature::log_fatal(Dist::Zilla::Plugin::OptionalFeature=HASH(0x44c0868), "invalid syntax for optional feature name 'XS Support'") called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla/Plugin/OptionalFeature.pm line 172
    #     Dist::Zilla::Plugin::OptionalFeature::metadata(Dist::Zilla::Plugin::OptionalFeature=HASH(0x44c0868)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla.pm line 524
    #     Dist::Zilla::_build_distmeta(Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at reader Dist::Zilla::distmeta (defined at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla.pm line 488) line 8
    #     Dist::Zilla::distmeta(Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla/Dist/Builder.pm line 331
    #     Dist::Zilla::Dist::Builder::build_in(Dist::Zilla::Tester::_Builder=HASH(0x4547408), Path::Class::Dir=HASH(0x44ec5f0)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla/Tester.pm line 157
    #     Class::MOP::Class:::around(CODE(0x38407d8), Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/x86_64-linux/Class/MOP/Method/Wrapped.pm line 163
    #     Class::MOP::Method::Wrapped::__ANON__(Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/x86_64-linux/Class/MOP/Method/Wrapped.pm line 92
    #     Dist::Zilla::Tester::_Builder::build_in(Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at /home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/Dist/Zilla/Dist/Builder.pm line 306
    #     Dist::Zilla::Dist::Builder::build(Dist::Zilla::Tester::_Builder=HASH(0x4547408)) called at t/lib/dztest.pm line 74
 

 

 

shipped at last!