| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package MsOffice::Word::Surgeon::Carp; |
|
2
|
4
|
|
|
4
|
|
30
|
use strict; |
|
|
4
|
|
|
|
|
8
|
|
|
|
4
|
|
|
|
|
147
|
|
|
3
|
4
|
|
|
4
|
|
19
|
use warnings; |
|
|
4
|
|
|
|
|
8
|
|
|
|
4
|
|
|
|
|
359
|
|
|
4
|
4
|
|
|
4
|
|
1868
|
use Carp::Object -reexport => qw/carp croak/; |
|
|
4
|
|
|
|
|
41052
|
|
|
|
4
|
|
|
|
|
38
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our %CARP_OBJECT_CONSTRUCTOR = (clan => qw[^MsOffice::Word::Surgeon]); |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=encoding ISO8859-1 |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
MsOffice::Word::Surgeon::Carp; - custom carping module for MsOffice::Word::Surgeon |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Used by all modules in MsOffice::Word::Surgeon for ignoring stack frames in |
|
21
|
|
|
|
|
|
|
MsOffice::Word::Surgeon while croaking or carping. See L<Carp::Object>. |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Copyright 2024 by Laurent Dami. |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0. |
|
28
|
|
|
|
|
|
|
|