From e9d1f52f2d71635edb850a06f8876a1f3cafcc88 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sun, 29 Sep 2013 10:35:13 +0100 Subject: [PATCH] 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 --- Porting/Maintainers.pl | 4 ++-- 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 1222db0..9dc057f 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 2a99b2b..d0d0011 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 -- 2.7.4