# $Id$ 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;