The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

File::VirusScan::Engine::Command::BitDefender::BDC - File::VirusScan backend for scanning with Bitdefender BDC

SYNOPSIS

    use File::VirusScanner;
    my $s = File::VirusScanner->new({
        engines => {
                '-Command::BitDefender::BDC' => {
                        command => '/path/to/bdc',
                },
                ...
        },
        ...
}

DESCRIPTION

File::VirusScan backend for scanning using the Bitdefender command-line scanner.

File::VirusScan::Engine::Command::BitDefender::BDC inherits from, and follows the conventions of, File::VirusScan::Engine::Command. See the documentation of that module for more information.

CLASS METHODS

new ( $conf )

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

command

Fully-qualified path to the 'bdc' binary.

INSTANCE METHODS

scan ( $pathname )

Scan the path provided using the command provided to the constructor. Returns an File::VirusScan::Result object.

DEPENDENCIES

Cwd, File::VirusScan::Result,

SEE ALSO

http://www.bitdefender.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.