Skip to content

Commit

Permalink
shift
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx authored and ambs committed Jun 28, 2011
1 parent ec4e37f commit 2d396f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/FileUtils.pm
Expand Up @@ -82,7 +82,7 @@ sub path_no_verify {
sub dirname { File::Basename::dirname(@_) }

sub set_file_mode {
my ($fh) = @_;
my $fh = shift;

require Dancer::Config;
my $charset = Dancer::Config::setting('charset') || 'utf-8';
Expand Down

0 comments on commit 2d396f6

Please sign in to comment.