Skip to content

Commit

Permalink
write our $VERSION in every module
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 21, 2015
1 parent 9ad8a73 commit e0006fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Pod/Tree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use IO::File;
use Pod::Tree::Node;
use Pod::Tree::Stream;

$Pod::Tree::VERSION = '1.23';
our $VERSION = '1.23';

sub new {
my $class = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Tree/Node.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use strict;
use warnings;
use Pod::Escapes ();

$Pod::Tree::Node::VERSION = '1.23';
our $VERSION = '1.23';

sub root # ctor
{
Expand Down

0 comments on commit e0006fb

Please sign in to comment.