Skip to content

Commit

Permalink
Explicitly fix "once" RUNDIR declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent ca8f368 commit 263b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Server.pm
Expand Up @@ -23,7 +23,7 @@

package Vend::Server;

use vars qw($VERSION $Has_JSON);
use vars qw($VERSION $Has_JSON $RUNDIR);
$VERSION = '2.108';

use Cwd;
Expand Down

0 comments on commit 263b653

Please sign in to comment.