Skip to content

Commit

Permalink
Fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Apr 10, 2016
1 parent 4d383f3 commit 6ebf003
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions lib/Data/Context.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Path::Tiny;
use Data::Context::Instance;
use Data::Context::Finder::File;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

has fallback => (
is => 'rw',
Expand Down Expand Up @@ -162,7 +162,7 @@ Data::Context - Configuration data with context
=head1 VERSION
This documentation refers to Data::Context version 0.2.
This documentation refers to Data::Context version 0.2.1.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Actions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use Data::Context::Util qw/lol_path lol_iterate/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

sub expand_vars {
my ( $self, $value, $vars, $path, $dci ) = @_;
Expand Down Expand Up @@ -45,7 +45,7 @@ Data::Context::Actions - Contains all the default actions available to a config
=head1 VERSION
This documentation refers to Data::Context::Actions version 0.2.
This documentation refers to Data::Context::Actions version 0.2.1.
=head1 SYNOPSIS
use Data::Context::Actions;
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Finder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use List::Util;
use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');



Expand All @@ -31,7 +31,7 @@ Data::Context::Finder - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Finder version 0.2
This documentation refers to Data::Context::Finder version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Finder/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Moose::Util::TypeConstraints;
use Path::Tiny;
use Data::Context::Util qw/do_require/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Finder';

Expand Down Expand Up @@ -130,7 +130,7 @@ Data::Context::Finder::File - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Finder::File version 0.2
This documentation refers to Data::Context::Finder::File version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Instance.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Data::Context::Util qw/lol_path lol_iterate do_require/;
use Class::Inspector;
use Moose::Util::TypeConstraints qw/duck_type/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

has path => (
is => 'rw',
Expand Down Expand Up @@ -205,7 +205,7 @@ Data::Context::Instance - The in memory instance of a data context config file
=head1 VERSION
This documentation refers to Data::Context::Instance version 0.2.
This documentation refers to Data::Context::Instance version 0.2.1.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;


our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

has raw => (
is => 'rw',
Expand All @@ -39,7 +39,7 @@ Data::Context::Loader - Base class for Data::Context Loader modules
=head1 VERSION
This documentation refers to Data::Context::Loader version 0.2
This documentation refers to Data::Context::Loader version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use Data::Context::Util qw/do_require/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Loader';

Expand Down Expand Up @@ -92,7 +92,7 @@ Data::Context::Loader::File - Loads a config file from disk
=head1 VERSION
This documentation refers to Data::Context::Loader::File version 0.2
This documentation refers to Data::Context::Loader::File version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader/File/JS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Carp;
use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Loader::File';

Expand All @@ -35,7 +35,7 @@ Data::Context::Loader::File::JS - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Loader::File::JS version 0.2
This documentation refers to Data::Context::Loader::File::JS version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader/File/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;


our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Loader::File';

Expand All @@ -39,7 +39,7 @@ Data::Context::Loader::File::JSON - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Loader::File::JSON version 0.2
This documentation refers to Data::Context::Loader::File::JSON version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader/File/XML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;


our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Loader::File';

Expand All @@ -36,7 +36,7 @@ Data::Context::Loader::File::XML - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Loader::File::XML version 0.2
This documentation refers to Data::Context::Loader::File::XML version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Loader/File/YAML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Carp;
use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

extends 'Data::Context::Loader::File';

Expand All @@ -35,7 +35,7 @@ Data::Context::Loader::File::YAML - <One-line description of module's purpose>
=head1 VERSION
This documentation refers to Data::Context::Loader::File::YAML version 0.2
This documentation refers to Data::Context::Loader::File::YAML version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use version;
use Carp qw/longmess/;
use Data::Dumper qw/Dumper/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');

my $last;

Expand Down Expand Up @@ -66,7 +66,7 @@ Data::Context::Log - Simple Log object helper
=head1 VERSION
This documentation refers to Data::Context::Log version 0.2
This documentation refers to Data::Context::Log version 0.2.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Context/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use English qw/ -no_match_vars /;
use Class::Inspector;
use base qw/Exporter/;

our $VERSION = version->new('0.2');
our $VERSION = version->new('0.2.1');
our @EXPORT_OK = qw/lol_path lol_iterate do_require/;

sub lol_path {
Expand Down Expand Up @@ -149,7 +149,7 @@ Data::Context::Util - Helper functions for Data::Context
=head1 VERSION
This documentation refers to Data::Context::Util version 0.2.
This documentation refers to Data::Context::Util version 0.2.1.
=head1 SYNOPSIS
Expand Down

0 comments on commit 6ebf003

Please sign in to comment.