| randal_schwartz | I got my blood pressure raised trying to convince them that there's *no* automated way to see if a subroutine is a public or private subroutine or a public or private method. whomever it was just couldn't be convinced that there was no way. |
| scrottie | sili, you still around? Do you know the protocol for handling RT tickets? My Boutiques refactor broke something... |
| rmah | randal_schwartz: you can in java!~ haha |
| ofer0 | GumbyBRAIN, SAP |
| GumbyBRAIN | That's not a television station or a sap. |
| randal_schwartz | fine - java binds you to the losing side. no problem. |
| LeoNerd | You could call each method in turn and see if your code dies a hideous horrible death If so, you weren't meant to touch that one |
| randal_schwartz | java makes everyone equally unproductive. :) you'd have to call it with all possible argument permutations too |
| Daveman | argh |
| LeoNerd | Oh that's true... :/ |
| randal_schwartz | might take a while |
| LeoNerd | Hrm... I think that reduces to the halting problem |
| hobbs | s/reduces to/is/ :) |
| randal_schwartz | this reduces to a "do it some other way" problem |
| perlygatekeeper | in Tie/Array.pm I findpackage Tie::StdArray; |
| dazjorz | LeoNerd: exec-fcgi.fcgi? :) |
| perlygatekeeper | in Tie/Array.pm I find package Tie::StdArray; sorry |
| LeoNerd | exec-cgi.fcgi I called it |
| dazjorz | okay |
| LeoNerd | (I can't see the use in gatewaying a FastCGI => FastCGI) |
| sili | scrottie: after it's been reported to our department, someone can login and claim it. if code fixing is required you should talk to a producer to find out if you need another DT and to know what branches need fixing |
| LeoNerd | ((that said I can't see much use in gatewaying to a plain CGI but you seem to have found a reason)) |
| hobbs | perlygatekeeper: right, Std, not std. |
| dazjorz | LeoNerd: pipe( my $C_STDIN, my $childin ) and # Why reversed? :/ |
| hobbs | "Your stdio doesn't appear very std." |
| perlygatekeeper | Can't locate Tie/StdArray.pm in @INC (blablabal) at ./test.pl line 34. |
| randal_schwartz | are you saying "use Tie::Array" ? |
| perlygatekeeper | I'm confused because inside Tie/Array.pm there is another package statement |
| randal_schwartz | don't be so confused |
| perlygatekeeper | I have use Tie::Array and use Tie::StdArray |
| randal_schwartz | don't do that second one |
| perlygatekeeper | it bombs on the latter |