NAME
File::OSS::Scan::Matches - store scan result about file matches
VERSION
version 0.01
SYNOPSIS
use File::OSS::Scan::Matches;
File::OSS::Scan::Matches->init();
File::OSS::Scan::Matches->add(
{
'name' => $h_file->{'name'},
'path' => $h_file->{'path'},
'size' => $h_file->{'size'},
'mtime' => $h_file->{'mtime'},
},
$function_name,
$certainty_level,
join(' ', @$args),
$message
);
my $matches = File::OSS::Scan::Matches->get_matches();
DESCRIPTION
This is an internal module used by File::OSS::Scan to store scan results, and should not be called directly.
SEE ALSO
AUTHOR
Harry Wang <harry.wang@outlook.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Harry Wang.
This is free software, licensed under:
Artistic License 1.0