-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perl really wants to keep the v prefix when using semver. Rather than fighting it, add it to the version so that hopefully everything will be consistent.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
podlators 6.0.0 | ||
podlators v6.0.0 | ||
(format POD source into various output formats) | ||
Maintained by Russ Allbery <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ format: v1 | |
|
||
name: podlators | ||
maintainer: Russ Allbery <[email protected]> | ||
version: 6.0.0 | ||
version: v6.0.0 | ||
synopsis: format POD source into various output formats | ||
|
||
license: | ||
|