Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 492babe

Browse files
committedOct 29, 2022
Bump version to 0.600.2
And add missing Changes entry for 0.600.1
1 parent 2ec0e51 commit 492babe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Revision history for Text-PerlPP
22
(Note: GH = GitHub issue; # = RT issue)
33

4-
0.600.1 2022/10/28
4+
0.600.2 2022/10/28
55
- Test fix for blead (demerphq++) (GH 32)
66
- Typo fix (GH 30)
77
- Add EditorConfig file (editorconfig.org)
88

9+
0.600.1 2018/09/10
10+
Fixes
11+
912
0.500.4 2018/05/29
1013
Updated tests
1114

‎lib/Text/PerlPP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package Text::PerlPP;
66
# Semantic versioning, packed per Perl rules. Must always be at least one
77
# digit left of the decimal, and six digits right of the decimal. For
88
# prerelease versions, put an underscore before the last three digits.
9-
our $VERSION = '0.600001';
9+
our $VERSION = '0.600002';
1010

1111
use 5.010001;
1212
use strict;

0 commit comments

Comments
 (0)