line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mail::Pyzor::X; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# Copyright 2018 cPanel, LLC. |
4
|
|
|
|
|
|
|
# All rights reserved. |
5
|
|
|
|
|
|
|
# http://cpanel.net |
6
|
|
|
|
|
|
|
# |
7
|
|
|
|
|
|
|
# <@LICENSE> |
8
|
|
|
|
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more |
9
|
|
|
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with |
10
|
|
|
|
|
|
|
# this work for additional information regarding copyright ownership. |
11
|
|
|
|
|
|
|
# The ASF licenses this file to you under the Apache License, Version 2.0 |
12
|
|
|
|
|
|
|
# (the "License"); you may not use this file except in compliance with |
13
|
|
|
|
|
|
|
# the License. You may obtain a copy of the License at: |
14
|
|
|
|
|
|
|
# |
15
|
|
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0 |
16
|
|
|
|
|
|
|
# |
17
|
|
|
|
|
|
|
# Unless required by applicable law or agreed to in writing, software |
18
|
|
|
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, |
19
|
|
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
20
|
|
|
|
|
|
|
# See the License for the specific language governing permissions and |
21
|
|
|
|
|
|
|
# limitations under the License. |
22
|
|
|
|
|
|
|
# @LICENSE> |
23
|
|
|
|
|
|
|
# |
24
|
|
|
|
|
|
|
|
25
|
2
|
|
|
2
|
|
12
|
use strict; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
50
|
|
26
|
2
|
|
|
2
|
|
8
|
use warnings; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
62
|
|
27
|
|
|
|
|
|
|
|
28
|
2
|
|
|
2
|
|
9
|
use parent qw( X::Tiny ); |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
12
|
|
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
our $VERSION = '0.06_01'; # TRIAL |
31
|
|
|
|
|
|
|
$VERSION =~ tr/_//d; |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
1; |