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