Changeset 8032 for lang/perl/App-MadEye
- Timestamp:
- 03/17/08 15:57:18 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/Email.pm
r7565 r8032 2 2 use strict; 3 3 use warnings; 4 use base qw/ Class::Component::Plugin/;4 use base qw/App::MadEye::Plugin::Base/; 5 5 use Params::Validate; 6 6 use MIME::Lite; … … 41 41 42 42 1; 43 __END__ 44 45 =head1 NAME 46 47 App::MadEye::Plugin::Notify::Email - notify by email 48 49 =head1 SCHEMA 50 51 type: map 52 mapping: 53 from_addr: 54 type: str 55 required: yes 56 to_addr: 57 type: str 58 required: yes 59 60 =head1 SEE ALSO 61 62 L<App::MadEye>, L<MIME::Lite> 63
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)