diff options
-rw-r--r-- | lib/Youri/Submit/Pre.pm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/Youri/Submit/Pre.pm b/lib/Youri/Submit/Pre.pm deleted file mode 100644 index 2d5b5c8..0000000 --- a/lib/Youri/Submit/Pre.pm +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: Pre.pm 4746 2007-01-30 10:01:14Z pixel $ -package Youri::Submit::Pre; - -=head1 NAME - -Youri::Submit::Pre - Abstract pre plugin - -=head1 DESCRIPTION - -This abstract class defines pre 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; |