https://bugzilla.redhat.com/show_bug.cgi?id=1150693

            Bug ID: 1150693
           Summary: Perl quick concatenate doesn't work
           Product: Fedora
           Version: 20
         Component: perl
          Severity: low
          Assignee: jples...@redhat.com
          Reporter: balint.s...@gmail.com
        QA Contact: extras...@fedoraproject.org
                CC: cw...@alumni.drew.edu, iarn...@gmail.com,
                    jples...@redhat.com, ka...@ucw.cz,
                    perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
                    psab...@redhat.com, rc040...@freenet.de,
                    tcall...@redhat.com



Description of problem:
.= operator doesn't work

Version-Release number of selected component (if applicable):
perl-5.18.2-289.fc20.x86_64

How reproducible:
my $foo = "Foo";
my $bar = "Bar";
my $foo .= $bar;
print $foo;

Actual results:
Bar

Expected results:
FooBar

-- 
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=wNamsEKWZl&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to