Skip to content

Commit

Permalink
1.2002
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed May 27, 2019
1 parent 9725833 commit b2ca564
Show file tree
Hide file tree
Showing 206 changed files with 217 additions and 215 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu",
"dist_version" => "1.2001",
"dist_version" => "1.2002",
"license" => "perl",
"module_name" => "Catmandu",
"recommends" => {
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Catmandu

{{$NEXT}}

1.2002 2019-05-27 16:01:17 CEST
- a Catmandu::Error can now build it's own message

1.2001 2019-05-22 15:32:43 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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

use Catmandu::Util qw(:check is_string require_package now);
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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

use Catmandu::Util qw(is_instance);
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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

use parent 'Catmandu::Cmd';
use Catmandu::Util::Path qw(as_path);
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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

use Moo::Role;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Emit.pm
Expand Up @@ -3,7 +3,7 @@ package Catmandu::Emit;
# eval context ->
use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

use Catmandu::Util qw(:is :string require_package);
use Clone qw(clone);
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.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

use Moo;
use namespace::clean;
Expand Down Expand Up @@ -41,7 +41,7 @@ package Catmandu::Error::Source;

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

use Moo::Role;
use Catmandu::Util qw(is_string);
Expand All @@ -64,7 +64,7 @@ package Catmandu::BadVal;

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

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

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

use Moo;
use Data::Dumper;
Expand All @@ -235,7 +235,7 @@ package Catmandu::HTTPError;

use Catmandu::Sane;

our $VERSION = '1.2001';
our $VERSION = '1.2002';

use Moo;
use Data::Dumper;
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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

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.2001';
our $VERSION = '1.2002';

use Text::CSV;
use Moo;
Expand Down

0 comments on commit b2ca564

Please sign in to comment.