https://bugzilla.redhat.com/show_bug.cgi?id=1367928 Bug ID: 1367928 Summary: Open() fails if filename ends in a space Product: Fedora Version: 23 Component: perl Severity: low Assignee: jplesnik@xxxxxxxxxx Reporter: geoff@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: cweyl@xxxxxxxxxxxxxxx, iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, kasal@xxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx, rc040203@xxxxxxxxxx, tcallawa@xxxxxxxxxx Description of problem: Open() fails if file name ends in a space Version-Release number of selected component (if applicable): 5.22.2 How reproducible: 100% Steps to Reproduce: 1.$file = 't '; 2.$o = open($fh, $file)|| die 'whoops'; 3. Actual results: "whoops" Expected results: no "whoops" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx