/usr/local/CPAN/Plagger/Plagger/Rule/Always.pm


package Plagger::Rule::Always;
use strict;
use base qw( Plagger::Rule );

sub dispatch { 1 }

1;