summaryrefslogtreecommitdiff
path: root/cpan/Perl-OSType
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-01-27 11:16:50 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-01-27 11:44:44 +0000
commit819b03e232729e68d4efd8ad2802b7910f60884e (patch)
tree25f624a7b888c49b9c708315b3c7da930036b281 /cpan/Perl-OSType
parent48ee9c0e663bc9a2ffef5a0be5f6de6168985a20 (diff)
downloadperl-819b03e232729e68d4efd8ad2802b7910f60884e.tar.gz
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)
Diffstat (limited to 'cpan/Perl-OSType')
-rw-r--r--cpan/Perl-OSType/lib/Perl/OSType.pm14
1 files changed, 11 insertions, 3 deletions
diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm
index e6196c46d6..0d5b54b732 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 <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.