line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
7
|
use Modern::Perl; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
15
|
|
2
|
|
|
|
|
|
|
package Renard::Incunabula::Common::Error; |
3
|
|
|
|
|
|
|
# ABSTRACT: Exceptions |
4
|
|
|
|
|
|
|
$Renard::Incunabula::Common::Error::VERSION = '0.005'; |
5
|
1
|
|
|
|
|
9
|
use custom::failures qw/ |
6
|
|
|
|
|
|
|
Programmer::Logic |
7
|
|
|
|
|
|
|
IO::FileNotFound |
8
|
1
|
|
|
1
|
|
623
|
/; |
|
1
|
|
|
|
|
4582
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=encoding UTF-8 |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 NAME |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Renard::Incunabula::Common::Error - Exceptions |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 VERSION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
version 0.005 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 EXTENDS |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=over 4 |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=item * L<failure> |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=item * L<failure> |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=back |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 AUTHOR |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Project Renard |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
This software is copyright (c) 2017 by Project Renard. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
45
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=cut |