NAME
File::VirusScan::Engine::Daemon - File::VirusScan::Engine class for scaning daemons
SYNOPSIS
use File::VirusScan::Engine::Daemon;
@ISA = qw( File::VirusScan::Engine::Daemon );
DESCRIPTION
File::VirusScan::Engine::Daemon provides a base class and utility methods for implementing File::VirusScan support for daemon-based virus scanners.
INSTANCE METHODS
scan ( $path )
Generic scan() method. Takes a pathname to scan. Returns a File::VirusScan::Result object which can be queried for status.
Generally, this will be implemented by the subclass.
DEPENDENCIES
AUTHOR
Dave O'Neill (dmo@roaringpenguin.com)
LICENCE AND COPYRIGHT
Copyright (c) 2008 Roaring Penguin Software, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, or (at your option) any later version.