Menu

#4 words containing "use" are misinterpreted as "use Module"

v0.1.0
closed-fixed
Outline (28)
5
2003-04-23
2003-04-05
Udo Rader
No

in the code below, "Reuse => 1" is misinterpreted as
"use => 1" and shows up in the outline-window as a Module

$server = IO::Socket::INET->new(
Proto => 'tcp',
LocalAddr => $listen_ip.":".$listen_port,
Listen => SOMAXCONN,
Reuse => 1 );

Discussion

  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • assigned_to: nobody --> luelljoc
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
    • milestone: --> v0.1.0
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • labels: --> Outline
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-06
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
     
  • Jochen Ruehl

    Jochen Ruehl - 2003-04-23
    • summary: words containing "use" are misinterpreted as "use Module" --> words containing "use" are misinterpreted as "use Module"
    • status: open --> closed-fixed
     

Log in to post a comment.