aboutsummaryrefslogtreecommitdiff
path: root/doc/perl_version_bump.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/perl_version_bump.txt')
-rw-r--r--doc/perl_version_bump.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/perl_version_bump.txt b/doc/perl_version_bump.txt
index d97a0b4..4677077 100644
--- a/doc/perl_version_bump.txt
+++ b/doc/perl_version_bump.txt
@@ -10,11 +10,11 @@ So with this format:
>
our $VERSION = '1.23';
<
-Keying a map to `<Plug>PerlVersionBumpMinor` would yield:
+Keying a map to `<Plug>(PerlVersionBumpMinor)` would yield:
>
our $VERSION = '1.24';
<
-Keying a map to `<Plug>PerlVersionBumpMajor` would yield:
+Keying a map to `<Plug>(PerlVersionBumpMajor)` would yield:
>
our $VERSION = '2.00';
<
@@ -28,12 +28,12 @@ or newer.
MAPPINGS *perl_version_bump-mappings*
- *<Plug>PerlVersionBumpMajor*
-`<Plug>PerlVersionBumpMajor</Plug>` bumps the major (first) part of the version
+ *<Plug>(PerlVersionBumpMajor)*
+`<Plug>(PerlVersionBumpMajor)</Plug>` bumps the major (first) part of the version
number, and sets the minor (second) part to zero.
- *<Plug>PerlVersionBumpMinor*
-`<Plug>PerlVersionBumpMinor</Plug>` bumps the minor (second) part of the
+ *<Plug>(PerlVersionBumpMinor)*
+`<Plug>(PerlVersionBumpMinor)</Plug>` bumps the minor (second) part of the
version number.
AUTHOR *perl_version_bump-author*