From 31c98856ac68f43b77790d50f0c0feccc4dddfc9 Mon Sep 17 00:00:00 2001 From: Chris White Date: Fri, 22 Feb 2019 09:19:17 -0500 Subject: [PATCH] Bump version to non-trial [minor] --- lib/XML/Axk.pm | 2 +- lib/XML/Axk/App.pm | 2 +- lib/XML/Axk/Core.pm | 2 +- lib/XML/Axk/Object/TinyDefaults.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/XML/Axk.pm b/lib/XML/Axk.pm index 9aee97f..45af185 100755 --- a/lib/XML/Axk.pm +++ b/lib/XML/Axk.pm @@ -5,7 +5,7 @@ use strict; use warnings; use XML::Axk::Base; -our $VERSION = '0.001007'; # TRIAL +our $VERSION = '0.001008'; #use parent 'Exporter'; #our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS); diff --git a/lib/XML/Axk/App.pm b/lib/XML/Axk/App.pm index 97f61c1..d56cf64 100644 --- a/lib/XML/Axk/App.pm +++ b/lib/XML/Axk/App.pm @@ -8,7 +8,7 @@ use XML::Axk::Core; # Semantic versioning, packed per Perl rules. Must always be at least one # digit left of the decimal, and six digits right of the decimal. For # prerelease versions, put an underscore before the last three digits. -our $VERSION = '0.001007'; # TRIAL +our $VERSION = '0.001008'; use Getopt::Long qw(GetOptionsFromArray :config gnu_getopt); diff --git a/lib/XML/Axk/Core.pm b/lib/XML/Axk/Core.pm index 72efc6f..7c98d34 100644 --- a/lib/XML/Axk/Core.pm +++ b/lib/XML/Axk/Core.pm @@ -11,7 +11,7 @@ use XML::Axk::Base qw(:all); use XML::Axk::Preparse; use Data::Dumper; -our $VERSION = '0.001007'; # TRIAL +our $VERSION = '0.001008'; =encoding UTF-8 diff --git a/lib/XML/Axk/Object/TinyDefaults.pm b/lib/XML/Axk/Object/TinyDefaults.pm index 251c62a..82f4ea1 100644 --- a/lib/XML/Axk/Object/TinyDefaults.pm +++ b/lib/XML/Axk/Object/TinyDefaults.pm @@ -11,7 +11,7 @@ use Data::Dumper; use Import::Into; our $ObjTiny; -our $VERSION = '0.001007'; # TRIAL +our $VERSION = '0.001008'; BEGIN { require parent;