summaryrefslogtreecommitdiff
path: root/cpan/Perl-OSType
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-06-28 13:35:10 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-06-28 13:35:10 +0100
commitea8e5adcc27333e3b2ac81e8be234b7375ac544c (patch)
treed62c7b5acd4e272ea123d62c7d6ea4a421f3bef6 /cpan/Perl-OSType
parentc61e1036def76421218ced7bf9b9d7aab44775b7 (diff)
downloadperl-ea8e5adcc27333e3b2ac81e8be234b7375ac544c.tar.gz
Upgrade Perl::OSType from version 1.009 to 1.010
Diffstat (limited to 'cpan/Perl-OSType')
-rw-r--r--cpan/Perl-OSType/lib/Perl/OSType.pm17
1 files changed, 13 insertions, 4 deletions
diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm
index 8a915771bd..a72dd024b5 100644
--- a/cpan/Perl-OSType/lib/Perl/OSType.pm
+++ b/cpan/Perl-OSType/lib/Perl/OSType.pm
@@ -4,7 +4,7 @@ use warnings;
package Perl::OSType;
# ABSTRACT: Map Perl operating system names to generic types
-our $VERSION = '1.009';
+our $VERSION = '1.010';
require Exporter;
our @ISA = qw(Exporter);
@@ -47,6 +47,7 @@ my %OSTYPES = qw(
solaris Unix
sunos Unix
cygwin Unix
+ msys Unix
os2 Unix
interix Unix
gnu Unix
@@ -96,7 +97,7 @@ Perl::OSType - Map Perl operating system names to generic types
=head1 VERSION
-version 1.009
+version 1.010
=head1 SYNOPSIS
@@ -175,7 +176,7 @@ David Golden <dagolden@cpan.org>
=head1 CONTRIBUTORS
-=for stopwords Chris 'BinGOs' Williams Jonas B. Nielsen Owain G. Ainsworth Paul Green Piotr Roszatycki
+=for stopwords Chris 'BinGOs' Williams David Golden Graham Ollis Jonas B. Nielsen Owain G. Ainsworth Paul Green Piotr Roszatycki
=over 4
@@ -185,6 +186,14 @@ Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
=item *
+David Golden <xdg@xdg.me>
+
+=item *
+
+Graham Ollis <plicease@cpan.org>
+
+=item *
+
Jonas B. Nielsen <jonasbn@hoarfrost.local>
=item *
@@ -203,7 +212,7 @@ Piotr Roszatycki <piotr.roszatycki@gmail.com>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2015 by David Golden.
+This software is copyright (c) 2016 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.