Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=889121
Bug ID: 889121
Summary: perl-5.16: UTF-8 flag poisons consequent regular
expression evaluation if unicode_strings feature is
enabled
Product: Fedora
Version: rawhide
Component: perl
Severity: unspecified
Priority: unspecified
Reporter: ppisar(a)redhat.com
This code dies in perl 5.16.2 and it shouldn't:
#!/usr/bin/perl
use strict;
use warnings;
use feature 'unicode_strings';
my $x = "\x{263a}";
$x =~ /$x/;
my $text = "Perl";
die if $text !~ /P.*$/i;
This is regression since perl 5.14.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lh99PbpEy7&a=cc_unsubscribe
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: RFE: update to at least 1.40
https://bugzilla.redhat.com/show_bug.cgi?id=803340
Summary: RFE: update to at least 1.40
Product: Fedora EPEL
Version: el5
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: perl-YAML-Tiny
AssignedTo: steve(a)silug.org
ReportedBy: paul(a)city-fan.org
QAContact: extras-qa(a)fedoraproject.org
CC: steve(a)silug.org, fedora-perl-devel-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
I need YAML::Tiny ≥ 1.40 for Test::MinimumVersion.
The changes between the current EPEL-5 version (1.04) and 1.40 (the version in
EL-6 by the way) appear to be bugfixes and enhancements, with no compatibility
issues.
I (pghmcfc) would be happy to co-maintain this package and do the update myself
if you're too busy.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.