Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 7, 2022
1 parent d26e7d0 commit e6b57b1
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/Mite.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::App;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use App::Cmd::Setup -app;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(App::Cmd::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/clean.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/compile.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/init.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Attribute.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Attribute;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

has _order =>
is => 'rw',
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Class.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::Role);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use Path::Tiny;
use mro;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Compiled.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Compiled;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use Path::Tiny;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Config.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Config;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

has mite_dir_name =>
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/MakeMaker.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::MakeMaker;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Miteception.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

my %constants;
BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/ModuleBuild.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::ModuleBuild;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use parent 'Module::Build';

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Project.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Project;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

has sources =>
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Role.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Role;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use Path::Tiny;
use B ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Role/Tiny.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::Role);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

sub skip_compiling {
return true;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Source.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Source;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.005001';
our $VERSION = '0.005002';

use Mite::Compiled;
use Mite::Class;
Expand Down
17 changes: 17 additions & 0 deletions meta/changes.pret
@@ -1,6 +1,23 @@
# This file acts as the project's changelog.
#

`Mite 0.005002 cpan:TOBYINK`
issued 2022-07-07;
changeset [
item [
a dcs:Changes;
label "Mite::Shim tidy-ups.";
];
item [
a dcs:Addition;
label "does for attributes.";
];
item [
a dcs:Addition;
label "Provide carp/croak/confess.";
];
].

`Mite 0.005001 cpan:TOBYINK`
issued 2022-07-06;
changeset [
Expand Down

0 comments on commit e6b57b1

Please sign in to comment.