File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use XML::Axk::Base;
7
7
8
- our $VERSION = ' 0.001007 ' ; # TRIAL
8
+ our $VERSION = ' 0.001008 ' ;
9
9
10
10
# use parent 'Exporter';
11
11
# our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use XML::Axk::Core;
8
8
# Semantic versioning, packed per Perl rules. Must always be at least one
9
9
# digit left of the decimal, and six digits right of the decimal. For
10
10
# prerelease versions, put an underscore before the last three digits.
11
- our $VERSION = ' 0.001007 ' ; # TRIAL
11
+ our $VERSION = ' 0.001008 ' ;
12
12
13
13
use Getopt::Long qw( GetOptionsFromArray :config gnu_getopt) ;
14
14
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use XML::Axk::Base qw(:all);
11
11
use XML::Axk::Preparse;
12
12
use Data::Dumper;
13
13
14
- our $VERSION = ' 0.001007 ' ; # TRIAL
14
+ our $VERSION = ' 0.001008 ' ;
15
15
16
16
=encoding UTF-8
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Data::Dumper;
11
11
use Import::Into;
12
12
13
13
our $ObjTiny ;
14
- our $VERSION = ' 0.001007 ' ; # TRIAL
14
+ our $VERSION = ' 0.001008 ' ;
15
15
16
16
BEGIN {
17
17
require parent;
You can’t perform that action at this time.
0 commit comments