#!/usr/bin/env perl -w
use strict;
use utf8;
use Test::More tests => 1;
BEGIN {
use_ok('Chart::Dygraphs');
}