In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/819b03e232729e68d4efd8ad2802b7910f60884e?hp=48ee9c0e663bc9a2ffef5a0be5f6de6168985a20>
- Log ----------------------------------------------------------------- commit 819b03e232729e68d4efd8ad2802b7910f60884e Author: Chris 'BinGOs' Williams <[email protected]> Date: Tue Jan 27 11:16:50 2015 +0000 Update Perl-OSType to CPAN version 1.008 [DELTA] 1.008 2015-01-26 22:12:22-05:00 America/New_York [ADDED] - Added 'minix' as a Unix-type OS (Chris Williams) ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/Perl-OSType/lib/Perl/OSType.pm | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 28a49ad..4ffebd5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -862,7 +862,7 @@ use File::Glob qw(:case); }, 'Perl::OSType' => { - 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.007.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.008.tar.gz', 'FILES' => q[cpan/Perl-OSType], 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}], }, diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm index e6196c4..0d5b54b 100644 --- a/cpan/Perl-OSType/lib/Perl/OSType.pm +++ b/cpan/Perl-OSType/lib/Perl/OSType.pm @@ -3,7 +3,8 @@ use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types -our $VERSION = '1.007'; # VERSION + +our $VERSION = '1.008'; require Exporter; our @ISA = qw(Exporter); @@ -30,6 +31,7 @@ my %OSTYPES = qw( darwin Unix machten Unix midnightbsd Unix + minix Unix mirbsd Unix next Unix openbsd Unix @@ -93,7 +95,7 @@ Perl::OSType - Map Perl operating system names to generic types =head1 VERSION -version 1.007 +version 1.008 =head1 SYNOPSIS @@ -172,10 +174,16 @@ David Golden <[email protected]> =head1 CONTRIBUTORS +=for stopwords Chris 'BinGOs' Williams Jonas B. Nielsen Owain G. Ainsworth Paul Green Piotr Roszatycki + =over 4 =item * +Chris 'BinGOs' Williams <[email protected]> + +=item * + Jonas B. Nielsen <[email protected]> =item * @@ -194,7 +202,7 @@ Piotr Roszatycki <[email protected]> =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2014 by David Golden. +This software is copyright (c) 2015 by David Golden. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. -- Perl5 Master Repository
