File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Other
48
48
/stuff
49
+ TODO
Original file line number Diff line number Diff line change 1
1
Revision history for XML-Axk
2
2
3
- 0.01 Date/time
3
+ 0.001004 2019-02-14
4
+ No substantive changes
5
+
6
+ 0.001_003 2018-11-10
7
+ Require Perl 5.20
8
+
9
+ 0.001_002 2018-11-10
4
10
First version, released on an unsuspecting world.
5
11
Original file line number Diff line number Diff line change 1
1
# MANIFEST.SKIP for Text::PerlPP
2
+ TODO
2
3
3
4
# Markdown files that we keep for GitHub, but don't need on CPAN
4
5
^L1.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use XML::Axk::Core;
7
7
# Semantic versioning, packed per Perl rules. Must always be at least one
8
8
# digit left of the decimal, and six digits right of the decimal. For
9
9
# prerelease versions, put an underscore before the last three digits.
10
- our $VERSION = ' 0.001_003 ' ;
10
+ our $VERSION = ' 0.001004 ' ;
11
11
12
12
use Getopt::Long qw( GetOptionsFromArray :config gnu_getopt) ;
13
13
You can’t perform that action at this time.
0 commit comments