#!/usr/bin/env perl use strict; use warnings; use Test::More; my $version = '0.0104'; eval "use App::ZofCMS::Test::Plugin $version;"; plan skip_all => "App::ZofCMS::Test::Plugin version $version is required for testing plugin" if $@; plugin_ok( 'SendFile', { plug_send_file => 'foo' }, {}, { plug_send_file => 'foo' }, );