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 11Revision 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+
9120.500.4 2018/05/29
1013 Updated tests
1114
Original file line number Diff line number Diff 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
1111use 5.010001;
1212use strict;
You can’t perform that action at this time.
0 commit comments