Youri::Upload::Check - Abstract check plugin
This abstract class defines check plugin interface.
Creates and returns a new Youri::Upload::Check object.
No generic parameters (subclasses may define additional ones).
Warning: do not call directly, call subclass constructor instead.
Returns plugin identity.
Check given Youri::Package object, and returns success as a boolean.
Returns exact error message if check failed.
The following methods have to be implemented:
Copyright (C) 2002-2006, YOURI project
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.