diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-29 10:35:13 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-29 10:37:23 +0100 |
commit | e9d1f52f2d71635edb850a06f8876a1f3cafcc88 (patch) | |
tree | fa39fbdb6bc76a3a4a36a98f8eb744dfcfa12eef | |
parent | 01b177dd63d5af564295bfad8caa237a94d53af7 (diff) | |
download | perl-e9d1f52f2d71635edb850a06f8876a1f3cafcc88.tar.gz |
Update Perl-OSType to CPAN version 1.006
[DELTA]
1.006 2013-09-25 13:57:38 America/New_York
[FIXES]
- Compile test could hang on Windows
[PREREQS]
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rw-r--r-- | cpan/Perl-OSType/lib/Perl/OSType.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1222db09ff..9dc057f14e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1339,9 +1339,9 @@ use File::Glob qw(:case); 'Perl::OSType' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.005.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.006.tar.gz', 'FILES' => q[cpan/Perl-OSType], - 'EXCLUDED' => [qw(cpanfile), qr/^xt/, qr{^t/00-}], + 'EXCLUDED' => [qw(cpanfile), qw(tidyall.ini), qr/^xt/, qr{^t/00-}], 'UPSTREAM' => 'cpan', }, diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm index 2a99b2ba95..d0d001144f 100644 --- a/cpan/Perl-OSType/lib/Perl/OSType.pm +++ b/cpan/Perl-OSType/lib/Perl/OSType.pm @@ -3,7 +3,7 @@ use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types -our $VERSION = '1.005'; # VERSION +our $VERSION = '1.006'; # VERSION require Exporter; our @ISA = qw(Exporter); @@ -92,7 +92,7 @@ Perl::OSType - Map Perl operating system names to generic types =head1 VERSION -version 1.005 +version 1.006 =head1 SYNOPSIS |