line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
use warnings; |
3
|
1
|
|
|
1
|
|
792
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
53
|
|
4
|
1
|
|
|
1
|
|
5
|
use base qw( Workflow::Action ); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
39
|
|
5
|
1
|
|
|
1
|
|
4
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
299
|
|
6
|
|
|
|
|
|
|
$Workflow::Action::Mailer::VERSION = '1.60'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
my ($self) = @_; |
9
|
|
|
|
|
|
|
return 1; |
10
|
1
|
|
|
1
|
1
|
1321
|
} |
11
|
1
|
|
|
|
|
6
|
|
12
|
|
|
|
|
|
|
1; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 NAME |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Workflow::Action::Mailer - a stub for a SMTP capable action |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VERSION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
This documentation describes version 1.60 of this package |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 SYNOPSIS |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 DESCRIPTION |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head2 CLASS METHODS |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head2 OBJECT METHODS |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head3 execute |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
I<Currently a stub> |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 SEE ALSO |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=over |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item L<Workflow> |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item L<Workflow::Action> |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=back |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 COPYRIGHT |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
Copyright (c) 2003-2022 Chris Winters. All rights reserved. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify |
52
|
|
|
|
|
|
|
it under the same terms as Perl itself. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Please see the F<LICENSE> |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 AUTHORS |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
Please see L<Workflow> |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |