Skip to content

Commit

Permalink
Spit out EV version in Plack callback too
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Jul 6, 2011
1 parent db99d46 commit fbacb26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/feersum
Expand Up @@ -37,8 +37,7 @@ else {
server => 'Feersum',
env => 'deployment',
version_cb => sub {
require Feersum;
print "Feersum $Feersum::VERSION\n";
print "Feersum $Feersum::VERSION on EV $EV::VERSION\n";
}
);
require Plack::Runner;
Expand Down

0 comments on commit fbacb26

Please sign in to comment.