line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Launcher::Cascade::ListOfStrings::Errors; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Launcher::Cascade::ListOfStrings::Errors - |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 SYNOPSIS |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 DESCRIPTION |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=cut |
12
|
|
|
|
|
|
|
|
13
|
9
|
|
|
9
|
|
51
|
use strict; |
|
9
|
|
|
|
|
20
|
|
|
9
|
|
|
|
|
316
|
|
14
|
9
|
|
|
9
|
|
49
|
use warnings; |
|
9
|
|
|
|
|
19
|
|
|
9
|
|
|
|
|
277
|
|
15
|
|
|
|
|
|
|
|
16
|
9
|
|
|
9
|
|
55
|
use base qw( Launcher::Cascade::ListOfStrings ); |
|
9
|
|
|
|
|
15
|
|
|
9
|
|
|
|
|
4770
|
|
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Launcher::Cascade::make_accessors_with_defaults |
19
|
|
|
|
|
|
|
string_before => "\n", |
20
|
|
|
|
|
|
|
string_after => "\n", |
21
|
|
|
|
|
|
|
separator => "\n", |
22
|
|
|
|
|
|
|
; |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 SEE ALSO |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 AUTHOR |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Cédric Bouvier C<< >> |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Copyright (C) 2006 Cédric Bouvier, All Rights Reserved. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
1; # end of Launcher::Cascade::ListOfStrings::Errors |