Skip to content

Commit 83b1699

Browse files
committed
Remove VERSION number from git repo
1 parent 4690b33 commit 83b1699

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ stopword = xmldecl
6262
stopword = xmldtd
6363
stopword = xmlns
6464
stopword = xmlpi
65+
stopword = prolog
6566

6667
[CopyFilesFromBuild::Filtered]
6768
copy = cpanfile
@@ -78,6 +79,7 @@ git_remote = origin
7879
first_version = 1.07 ; this is the default
7980
version_by_branch = 0 ; this is the default
8081
version_regexp = ^(1.\d+)$ ; this is the default
82+
[OurPkgVersion]
8183
[WriteVersion]
8284
[Git::GatherDir]
8385
exclude_filename = cpanfile

lib/XML/Generator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use Carp;
66
use vars qw/$VERSION $AUTOLOAD/;
77

8-
our $VERSION = '1.08';
8+
# VERSION
99

1010
=head1 NAME
1111

lib/XML/Generator/DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use XML::DOM;
5353

5454
use vars qw( $AUTOLOAD $VERSION );
5555

56-
our $VERSION = '1.08';
56+
# VERSION
5757

5858
=head1 CONSTRUCTOR
5959

0 commit comments

Comments
 (0)