Skip to content

Commit

Permalink
Add $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 26, 2015
1 parent f59f25e commit 52dc55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ license = Artistic_2_0
copyright_holder = Dave Rolsky
copyright_year = 2014

version = 0.03

[@DROLSKY]
dist = Dist-Zilla-Plugin-Test-Pod-Coverage-Configurable
stopwords = distro
Expand Down
2 changes: 2 additions & 0 deletions lib/Dist/Zilla/Plugin/Test/Pod/Coverage/Configurable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.04';

use Data::Dumper ();
use Dist::Zilla::File::InMemory;

Expand Down

0 comments on commit 52dc55b

Please sign in to comment.