aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Youri/Submit/Reject.pm
blob: 7d70e22d00e43b73d62163ada32b155a60fc92a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: Reject.pm 4746 2007-01-30 10:01:14Z pixel $
package Youri::Submit::Reject;

=head1 NAME

Youri::Submit::Reject - Abstract reject plugin

=head1 DESCRIPTION

This abstract class defines reject plugin interface.

=cut

use warnings;
use strict;
use Carp;
use base qw/Youri::Submit::Plugin/;

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2006, Mandriva

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

=cut

1;