Skip to content

Commit

Permalink
1.0601
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Jun 21, 2017
1 parent a7ab6ad commit fb67fa2
Show file tree
Hide file tree
Showing 188 changed files with 198 additions and 196 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Catmandu

{{$NEXT}}

1.0601 2017-06-21 14:49:30 CEST
- bugfix release

1.06 2017-06-20 15:48:00 CEST
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Env;
use Catmandu::Util qw(:is);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Addable.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Addable;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(:is :check);
use Moo::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/ArrayIterator.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::ArrayIterator;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(check_array_ref);
use Role::Tiny::With;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Bag.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Bag;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(:check is_string require_package);
use Catmandu::Bag::IdGenerator::UUID;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Bag/IdGenerator.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Bag::IdGenerator;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Bag/IdGenerator/Mock.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Bag::IdGenerator::Mock;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Data::UUID;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Bag/IdGenerator/UUID.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Bag::IdGenerator::UUID;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Data::UUID;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Buffer.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Buffer;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/CLI.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::CLI;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(is_instance is_able is_string);
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/CQLSearchable.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::CQLSearchable;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent qw(App::Cmd::Command);
use Catmandu::Util qw(is_array_ref pod_section);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/compile.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::compile;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/config.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::config;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu::Util qw(data_at);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/convert.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::convert;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/copy.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::copy;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/count.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::count;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/delete.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::delete;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/drop.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::drop;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/export.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::export;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/help.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::help;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use App::Cmd::Command::help;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/import.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::import;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/info.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::info;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Cmd/run.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Cmd::run;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'Catmandu::Cmd';
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Counter.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Counter;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Droppable.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Droppable;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Env.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Env;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(require_package use_lib read_yaml read_json :is :check);
use Catmandu::Fix;
Expand Down
20 changes: 10 additions & 10 deletions lib/Catmandu/Error.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Error;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand Down Expand Up @@ -31,7 +31,7 @@ package Catmandu::BadVal;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -42,7 +42,7 @@ package Catmandu::BadArg;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -53,7 +53,7 @@ package Catmandu::NotImplemented;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -64,7 +64,7 @@ package Catmandu::NoSuchPackage;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -84,7 +84,7 @@ package Catmandu::FixParseError;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -97,7 +97,7 @@ package Catmandu::NoSuchFixPackage;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -119,7 +119,7 @@ package Catmandu::BadFixArg;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -134,7 +134,7 @@ package Catmandu::FixError;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand All @@ -148,7 +148,7 @@ package Catmandu::HTTPError;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Expander.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Expander;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use parent 'CGI::Expand';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(io);
use Moo::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/CSV.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter::CSV;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Text::CSV;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/Count.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter::Count;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/JSON.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter::JSON;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Cpanel::JSON::XS ();
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/Mock.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter::Mock;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Moo;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/Multi.pm
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Exporter::Multi;

use Catmandu::Sane;

our $VERSION = '1.06';
our $VERSION = '1.0601';

use Catmandu::Util qw(is_string);
use Catmandu;
Expand Down

0 comments on commit fb67fa2

Please sign in to comment.