This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deal with spaces in patch descriptions
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 10 Feb 2013 20:06:45 +0000 (21:06 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 10 Feb 2013 20:20:54 +0000 (21:20 +0100)
commit98443388bc7d57c5a0067468d9e974da417dd417
tree9f0e4780f61d334bd391071c536efdf2770728de
parent6b0bdd7f2041803dc3ec72b53d28052705861967
Deal with spaces in patch descriptions

To be sure, I also allowed "Compile time options" to have spaces
Using \0 as a new separator seems a sane choice, as the values returned
from internal functions are pure C strings, so they end with \0

patches can have spaces:
#          $got->{build}{patches}[0] = 'SAVEARGV0'
#     $expected->{build}{patches}[0] = 'SAVEARGV0 - disable magic open in <ARGV>'
#          $got->{build}{patches}[0] = 'ActivePerl'
#     $expected->{build}{patches}[0] = 'ActivePerl Build 1602 [296513]'
#          $got->{build}{patches}[0] = 'DEBPKG:debian/arm_thread_stress_timeout'
#     $expected->{build}{patches}[0] = 'DEBPKG:debian/arm_thread_stress_timeout - http://bugs.debian.org/501970 Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts'
#          $got->{build}{patches}[0] = 'Bug#55162'
#     $expected->{build}{patches}[0] = 'Bug#55162 File::Spec::case_tolerant performance'
cpan/Config-Perl-V/V.pm