Skip to content

Commit

Permalink
Prepare for 0.06 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Aug 31, 2014
1 parent a1edc46 commit 11b35eb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
0.06

0.05 2014-09-01T00:01:07+02:00
- Add 'readme_from' directive to Makefile.PL.
- Fix LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -35,4 +35,4 @@ resources:
homepage: https://github.com/tupinek/Config-Utils
license: http://opensource.org/licenses/BSD-3-Clause
repository: git://github.com/tupinek/Config-Utils
version: 0.05
version: 0.06
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -26,7 +26,7 @@ test_requires 'Test::NoWarnings' => 0;
test_requires 'Test::Pod' => 0;
test_requires 'Test::Pod::Coverage' => 0;
tests_recursive;
version '0.05';
version '0.06';

# Run.
WriteAll();
2 changes: 1 addition & 1 deletion README
Expand Up @@ -187,5 +187,5 @@ LICENSE AND COPYRIGHT
BSD license.

VERSION
0.05
0.06

4 changes: 2 additions & 2 deletions Utils.pm
Expand Up @@ -13,7 +13,7 @@ use Readonly;
Readonly::Array our @EXPORT_OK => qw(conflict hash hash_array);

# Version.
our $VERSION = 0.05;
our $VERSION = 0.06;

# Check conflits.
sub conflict {
Expand Down Expand Up @@ -324,6 +324,6 @@ BSD license.
=head1 VERSION
0.05
0.06
=cut
2 changes: 1 addition & 1 deletion t/Config-Utils/01-version.t
Expand Up @@ -8,4 +8,4 @@ use Test::More 'tests' => 2;
use Test::NoWarnings;

# Test.
is($Config::Utils::VERSION, 0.05, 'Version.');
is($Config::Utils::VERSION, 0.06, 'Version.');

0 comments on commit 11b35eb

Please sign in to comment.