summaryrefslogtreecommitdiffstats
path: root/lib/Dist/Zilla/PluginBundle/DOY.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dist/Zilla/PluginBundle/DOY.pm')
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm
index 8fbecfd..28f473f 100644
--- a/lib/Dist/Zilla/PluginBundle/DOY.pm
+++ b/lib/Dist/Zilla/PluginBundle/DOY.pm
@@ -41,7 +41,7 @@ My plugin bundle. Roughly equivalent to:
tag_format = %v
tag_message =
[BumpVersionFromGit]
- version_regexp = \d+\.\d+
+ version_regexp = ^(\d+\.\d+)$
first_version = 0.01
[PodWeaver]
@@ -113,7 +113,7 @@ sub configure {
['Repository' => { git_remote => $self->github_url, github_http => 0 }],
['Git::Check' => { allow_dirty => '' }],
['Git::Tag' => { tag_format => '%v', tag_message => '' }],
- ['BumpVersionFromGit' => { version_regexp => '\d+\.\d+', first_version => '0.01'}],
+ ['BumpVersionFromGit' => { version_regexp => '^(\d+\.\d+)$', first_version => '0.01'}],
'PodWeaver',
);