File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Other
48
48
/stuff
49
- TODO
49
+ TODO *
Original file line number Diff line number Diff line change 3
3
package XML::Axk ;
4
4
use strict;
5
5
use warnings;
6
- use Data::Hopen;
7
- use Data::Hopen::Base;
6
+ use XML::Axk::Base;
8
7
9
- our $VERSION = ' 0.001006 ' ;
8
+ our $VERSION = ' 0.001007 ' ; # TRIAL
10
9
11
10
# use parent 'Exporter';
12
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.001006 ' ;
11
+ our $VERSION = ' 0.001007 ' ; # TRIAL
12
12
13
13
use Getopt::Long qw( GetOptionsFromArray :config gnu_getopt) ;
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Import::Into;
8
8
9
9
# Pragmas
10
10
use 5.020;
11
- use feature " :5.18 " ; # Use expressly so we can re-export it below
11
+ use feature " :5.20 " ; # Use expressly so we can re-export it below
12
12
use strict;
13
13
use warnings;
14
14
@@ -49,7 +49,7 @@ sub import {
49
49
XML::Axk::Base-> export_to_level(1, @_ );
50
50
51
51
# Re-export pragmas
52
- feature-> import ::into($target , qw( :5.18 ) );
52
+ feature-> import ::into($target , qw( :5.20 ) );
53
53
foreach my $pragma (qw( strict warnings) ) {
54
54
${pragma} -> import ::into($target );
55
55
};
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.001006 ' ;
14
+ our $VERSION = ' 0.001007 ' ; # TRIAL
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.001006 ' ;
14
+ our $VERSION = ' 0.001007 ' ; # TRIAL
15
15
16
16
BEGIN {
17
17
require parent;
You can’t perform that action at this time.
0 commit comments