This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Perl-OSType to CPAN version 1.008
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 27 Jan 2015 11:16:50 +0000 (11:16 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 27 Jan 2015 11:44:44 +0000 (11:44 +0000)
  [DELTA]

1.008     2015-01-26 22:12:22-05:00 America/New_York

    [ADDED]

    - Added 'minix' as a Unix-type OS (Chris Williams)

Porting/Maintainers.pl
cpan/Perl-OSType/lib/Perl/OSType.pm

index 28a49ad..4ffebd5 100755 (executable)
@@ -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-}],
     },
index e6196c4..0d5b54b 100644 (file)
@@ -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 <dagolden@cpan.org>
 
 =head1 CONTRIBUTORS
 
+=for stopwords Chris 'BinGOs' Williams Jonas B. Nielsen Owain G. Ainsworth Paul Green Piotr Roszatycki
+
 =over 4
 
 =item *
 
+Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
+
+=item *
+
 Jonas B. Nielsen <jonasbn@hoarfrost.local>
 
 =item *
@@ -194,7 +202,7 @@ Piotr Roszatycki <piotr.roszatycki@gmail.com>
 
 =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.