Skip to content

Commit

Permalink
add $VERSION so that milla version works
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jan 19, 2015
1 parent a294af9 commit e3e21df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dist/Milla/App.pm
@@ -1,6 +1,7 @@
package Dist::Milla::App;
use strict;
use parent 'Dist::Zilla::App';
use version; our $VERSION = version->declare('v1.0.12');

sub _default_command_base { 'Dist::Zilla::App::Command' }

Expand Down

0 comments on commit e3e21df

Please sign in to comment.