Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Mar 27, 2012
1 parent 42874a0 commit 1df3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Contest/Vote/Votes.pm
Expand Up @@ -16,7 +16,7 @@ has vote_storage => (

sub BUILD {
my ($self) = @_;
confess "storage directory isn't writable"
confess "storage directory '@{[ $self->vote_storage ]}' isn't writable"
unless -w $self->vote_storage;
}

Expand Down

0 comments on commit 1df3ec0

Please sign in to comment.