Skip to content

Commit

Permalink
Bump version to 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
hma committed Jul 15, 2011
1 parent a88c144 commit dc146cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Task-BeLike-HMA-Toolchain

0.06 Jul 15, 2011

- Require Perl::OSType and Module::Metadata for Module::Build 0.36_20+
- Require Scalar::Util 1.18 for YAML::Tiny 1.48+

0.05 Jan 15, 2011

- Add optional modules for enhancement of CPAN.pm
Expand Down
4 changes: 2 additions & 2 deletions lib/Task/BeLike/HMA/Toolchain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use 5.006001;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

$VERSION = eval $VERSION;

Expand All @@ -17,7 +17,7 @@ Task::BeLike::HMA::Toolchain - HMA's Perl toolchain update
=head1 VERSION
This is version 0.05 of Task::BeLike::HMA::Toolchain as of Jan 15, 2011.
This is version 0.06 of Task::BeLike::HMA::Toolchain as of Jul 15, 2011.
=head1 SYNOPSIS
Expand Down

0 comments on commit dc146cb

Please sign in to comment.