Subject: | What the heck is this error message? |
Message body is not shown because it is too large.
Subject: | Foo.pm |
package Foo;
use strict;
use MooseX::Method::Signatures;
method get_record( $agent, $target_name ) {
for my $record ( @$records ) {
}
}
method get_ip( $agent ) {
}
'ok'
Subject: | script.pl |
#!perl
use warnings;
use strict;
use Foo;
Subject: | wtf-is-this-shit |
Message body not shown because it is not plain text.