Logfile::EPrints::Hit::Negate - filter to remove existing hits


Logfile-EPrints documentation Contained in the Logfile-EPrints distribution.

Index


Code Index:

NAME

Top

Logfile::EPrints::Hit::Negate - filter to remove existing hits

DESCRIPTION

Top

Warning! Alpha! Liable to change!


Logfile-EPrints documentation Contained in the Logfile-EPrints distribution.

package Logfile::EPrints::Hit::Negate;

use strict;

our @ISA = qw( Logfile::EPrints::Hit );

1;