line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mojolicious::Plugin::Parametry::Paramer; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
21
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
30
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
184
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '1.001001'; # VERSION |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
sub __THIS_ISNT_THE_PARAM_YOU_SHOULD_BE_LOOKING_FOR_BLARGGRGTRKASDFHJKTRDHSYTSD |
9
|
2
|
|
|
2
|
|
20
|
{ bless { _c => $_[1] }, $_[0] } |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
sub AUTOLOAD { |
12
|
|
|
|
|
|
|
($_[0]->{_c}->param( |
13
|
4
|
|
100
|
4
|
|
671
|
$Mojolicious::Plugin::Parametry::Paramer::AUTOLOAD =~ s/.*:://r |
14
|
|
|
|
|
|
|
) // '') =~ s/^\s+|\s+$//gr |
15
|
|
|
|
|
|
|
} |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
1; |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
__END__ |