Skip to content

Commit

Permalink
Add Archive::Zip, Module::CoreList; remove YAML::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
hma committed Jul 25, 2011
1 parent 6a1515b commit a6565c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,5 +1,12 @@
Revision history for Task-BeLike-HMA-Toolchain

0.07_01 Jul 25, 2011

- Add optional modules for enhancement of CPAN.pm
* Archive::Zip
* Module::CoreList
- Remove YAML::Tiny

0.07 Jul 23, 2011

- FIX: Updating Pod::Man requires Pod::Usage to be updated too
Expand Down
5 changes: 3 additions & 2 deletions Makefile.PL
Expand Up @@ -120,6 +120,7 @@ if ($] >= 5.008) {
requires 'File::HomeDir' => '0.93';
}

requires 'Module::CoreList' => '2.54'; # 5.15.1 core
requires 'Storable' => '2.19' if $] != 5.008; # 5.8.9 core
requires 'YAML' => '0.71' if $] >= 5.008_001;
requires 'Test::More' => '0.94'; # 5.12.0 core
Expand All @@ -137,9 +138,9 @@ requires 'ExtUtils::Install' => '1.54'; # 5.10.1 core
requires 'ExtUtils::Manifest' => '1.58'; # 5.13.3 core
requires 'ExtUtils::ParseXS' => '2.21'; # 5.12.0 core
requires 'IO::File' => '1.13' if $] >= 5.008; # 5.8.8 core
requires 'Scalar::Util' => '1.18'; # fix for YAML::Tiny 1.48+
requires 'YAML::Tiny' => '1.41';
requires 'Scalar::Util' => '1.18'; # 5.8.8 core
requires 'Archive::Tar' => '1.52'; # 5.10.1 core
requires 'Archive::Zip' => '1.30';

if ($mb < 0.36) {
requires 'Perl::OSType' => '1.000'; # fix for Module::Build 0.36_19+
Expand Down
4 changes: 2 additions & 2 deletions lib/Task/BeLike/HMA/Toolchain.pm
Expand Up @@ -5,7 +5,7 @@ use 5.006001;
use strict;
use warnings;

our $VERSION = '0.07';
our $VERSION = '0.07_01';

$VERSION = eval $VERSION;

Expand All @@ -17,7 +17,7 @@ Task::BeLike::HMA::Toolchain - HMA's Perl toolchain update
=head1 VERSION
This is version 0.07 of Task::BeLike::HMA::Toolchain as of Jul 23, 2011.
This is version 0.07_01 of Task::BeLike::HMA::Toolchain as of Jul 25, 2011.
=head1 SYNOPSIS
Expand Down

0 comments on commit a6565c7

Please sign in to comment.