Skip to content

Commit

Permalink
hide plugin2 compat DSL from pod coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
SysPete committed Jan 19, 2016
1 parent 58c0689 commit 7609bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dancer2/t/pod-coverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
if $@;

all_pod_coverage_ok();
all_pod_coverage_ok({ also_private => [qw/ClassHooks PluginKeyword dancer_app database execute_plugin_hook hook keywords on_plugin_import plugin_args plugin_setting register register_hook register_plugin var/]});

0 comments on commit 7609bd8

Please sign in to comment.