#482: t/examples/pod.t: 5 test failures
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:     
     Type:  bug      |      Status:  new
 Priority:  normal   |   Milestone:     
Component:  none     |     Version:     
 Severity:  medium   |    Keywords:     
     Lang:           |       Patch:     
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by mikehh):

 In the last entry it is not necessary to assign an Integer Register, yrs
 can be assigned to a string register but does not work directly in
 concatenation.

 So $S1 = yrs, $S1 = ", you are " . $S1 - works whereas $S1 = ", you are "
 . yrs - does not.

 Cheers,

 Michael (mikehh)

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/482#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to