Module::CPANTS::Site::Model::Kwalitee - Kwalitee Model Component


Module-CPANTS-Site documentation Contained in the Module-CPANTS-Site distribution.

Index


Code Index:

NAME

Top

Module::CPANTS::Site::Model::Kwalitee - Kwalitee Model Component

SYNOPSIS

Top

See Module::CPANTS::Site

DESCRIPTION

Top

Kwalitee Model Component.

AUTHOR

Top

Thomas Klausner, <domm@cpan.org>

LICENSE

Top

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.


Module-CPANTS-Site documentation Contained in the Module-CPANTS-Site distribution.

package Module::CPANTS::Site::Model::Kwalitee;

use strict;
use warnings;

use base qw( Module::CPANTS::Kwalitee );

sub COMPONENT {
    my( $class, $c, $config ) = @_;
    return $class->new;
}

'listeing to: kids during judo training';

__END__