Template-Plugin-GoogleChart

 view release on metacpan or  search on metacpan

xt/author/00_compile.t  view on Meta::CPAN

#!perl -w
use strict;
use warnings;
use Test::More;
eval 'use Test::Compile; 1'
  or plan skip_all => 'Test::Compile required';
plan skip_all => 'skip author tests during AUTOMATED_TESTING'
  if $ENV{AUTOMATED_TESTING};
all_pm_files_ok();



( run in 0.236 second using v1.01-cache-2.11-cpan-4face438c0f )