File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ stopword = xmldecl
6262stopword = xmldtd
6363stopword = xmlns
6464stopword = xmlpi
65+ stopword = prolog
6566
6667[CopyFilesFromBuild::Filtered]
6768copy = cpanfile
@@ -78,6 +79,7 @@ git_remote = origin
7879first_version = 1.07 ; this is the default
7980version_by_branch = 0 ; this is the default
8081version_regexp = ^(1.\d+)$ ; this is the default
82+ [OurPkgVersion]
8183[WriteVersion]
8284[Git::GatherDir]
8385exclude_filename = cpanfile
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55use Carp;
66use vars qw/ $VERSION $AUTOLOAD/ ;
77
8- our $ VERSION = ' 1.08 ' ;
8+ # VERSION
99
1010=head1 NAME
1111
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ use XML::DOM;
5353
5454use vars qw( $AUTOLOAD $VERSION ) ;
5555
56- our $ VERSION = ' 1.08 ' ;
56+ # VERSION
5757
5858=head1 CONSTRUCTOR
5959
You can’t perform that action at this time.
0 commit comments