Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 30, 2015
1 parent 03186cd commit 7d6e5a6
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -49,7 +49,7 @@ my %WriteMakefileArgs = (
"Test::Warnings" => 0,
"lib" => 0
},
"VERSION" => "0.66",
"VERSION" => "0.67",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose 2.0000;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/AttributeRegistry.pm
Expand Up @@ -5,7 +5,7 @@ package Test::Class::Moose::AttributeRegistry;
use strict;
use warnings;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Carp;
use Class::MOP;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Config.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Config;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose;
use Moose::Util::TypeConstraints;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Deprecated.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Deprecated;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Package::DeprecationManager -deprecations => {
'Test::Class::Moose->runtests' => '0.55',
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Executor/Parallel.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Executor::Parallel;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose 2.0000;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Executor/Sequential.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Executor::Sequential;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose 2.0000;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Load.pm
Expand Up @@ -5,7 +5,7 @@ package Test::Class::Moose::Load;
use strict;
use warnings;

our $VERSION = '0.66';
our $VERSION = '0.67';

use File::Find;
use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Report.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Report;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Carp;
use Moose;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Report/Class.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Report::Class;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Report/Instance.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Report::Instance;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Report/Method.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Report::Method;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Report/Time.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Report::Time;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose;
use Benchmark qw(timestr :hireswallclock);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/AutoUse.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::AutoUse;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role;
use Carp 'confess';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/Executor.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::Executor;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role 2.0000;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/HasTimeReport.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::HasTimeReport;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role;
use Benchmark qw(timediff timestr :hireswallclock);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/Parallel.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::Parallel;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role 2.0000;
use namespace::autoclean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/ParameterizedInstances.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::ParameterizedInstances;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Role/Reporting.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Role::Reporting;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose::Role;
with 'Test::Class::Moose::Role::HasTimeReport';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Runner.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Runner;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

use Moose 2.0000;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Moose/Tutorial.pm
Expand Up @@ -4,7 +4,7 @@ package Test::Class::Moose::Tutorial;

use 5.10.0;

our $VERSION = '0.66';
our $VERSION = '0.67';

# there is no code here, but we're moving this from .pod to .pm to try to work
# around a strange bug where this is showing up instead of main docs on
Expand Down

0 comments on commit 7d6e5a6

Please sign in to comment.