File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Text-PerlPP
2
2
(Note: GH = GitHub issue; # = RT issue)
3
3
4
- 0.600.1 2022/10/28
4
+ 0.600.2 2022/10/28
5
5
- Test fix for blead (demerphq++) (GH 32)
6
6
- Typo fix (GH 30)
7
7
- Add EditorConfig file (editorconfig.org)
8
8
9
+ 0.600.1 2018/09/10
10
+ Fixes
11
+
9
12
0.500.4 2018/05/29
10
13
Updated tests
11
14
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package Text::PerlPP;
6
6
# Semantic versioning, packed per Perl rules. Must always be at least one
7
7
# digit left of the decimal, and six digits right of the decimal. For
8
8
# prerelease versions, put an underscore before the last three digits.
9
- our $VERSION = ' 0.600001 ' ;
9
+ our $VERSION = ' 0.600002 ' ;
10
10
11
11
use 5.010001;
12
12
use strict;
You can’t perform that action at this time.
0 commit comments