NAME

Email::VirusScan::Engine::Trend::Vscan - Email::VirusScan backend for scanning with Trend Micro vscan

SYNOPSIS

    use Email::VirusScanner;
    my $s = Email::VirusScanner->new({
	engines => {
		'-Trend::Vscan' => {
			command => '/path/to/fprot',
		},
		...
	},
	...
}

DESCRIPTION

Email::VirusScan backend for scanning using Trend's commandline scanner

This class inherits from, and follows the conventions of, Email::VirusScan::Engine. See the documentation of that module for more information.

CLASS METHODS

new ( $conf )

Creates a new scanner object. $conf is a hashref containing:

command

Required.

Path to scanner executable.

INSTANCE METHODS

scan_path ( $pathname )

Scan the path provided using the configured command.

Returns an Email::VirusScan::Result object.

DEPENDENCIES

Cwd, Email::VirusScan::Result,

SEE ALSO

http://www.trendmicro.com/

AUTHOR

David Skoll (dfs@roaringpenguin.com)

Dave O'Neill (dmo@roaringpenguin.com)

LICENCE AND COPYRIGHT

Copyright (c) 2007 Roaring Penguin Software, Inc.

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