#!/usr/bin/perl -w

use strict;
use LogTrend::Agent::HttpAgent;

new LogTrend::Agent::HttpAgent();


