line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# Error/Simple.pm |
2
|
|
|
|
|
|
|
# |
3
|
|
|
|
|
|
|
# Copyright (c) 2006 Shlomi Fish . |
4
|
|
|
|
|
|
|
# This file is free software; you can redistribute it and/or |
5
|
|
|
|
|
|
|
# modify it under the terms of the MIT/X11 license (whereas the licence |
6
|
|
|
|
|
|
|
# of the Error distribution as a whole is the GPLv1+ and the Artistic |
7
|
|
|
|
|
|
|
# licence). |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Error::Simple; |
10
|
|
|
|
|
|
|
$Error::Simple::VERSION = '0.17029'; |
11
|
2
|
|
|
2
|
|
68030
|
use strict; |
|
2
|
|
|
|
|
12
|
|
|
2
|
|
|
|
|
58
|
|
12
|
2
|
|
|
2
|
|
9
|
use warnings; |
|
2
|
|
|
|
|
32
|
|
|
2
|
|
|
|
|
56
|
|
13
|
|
|
|
|
|
|
|
14
|
2
|
|
|
2
|
|
897
|
use Error; |
|
2
|
|
|
|
|
8
|
|
|
2
|
|
|
|
|
38
|
|
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
__END__ |