Skip to content

Commit

Permalink
We do not ship a bin/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Oct 13, 2011
1 parent 74f5b4a commit 93f2029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/release/00-dependencies.t
Expand Up @@ -23,7 +23,7 @@ elsif ( ! -e 'inc/.author' ) {
plan 'no_plan';

my %used;
find( \&wanted, qw/ lib bin t / );
find( \&wanted, qw/ lib t / );

sub wanted {
return unless -f $_;
Expand Down

0 comments on commit 93f2029

Please sign in to comment.