summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Perl/OSType.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Perl/OSType.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Perl/OSType.pm17
1 files changed, 13 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/Perl/OSType.pm b/Master/tlpkg/tlperl/lib/Perl/OSType.pm
index 8a915771bd7..a72dd024b57 100644
--- a/Master/tlpkg/tlperl/lib/Perl/OSType.pm
+++ b/Master/tlpkg/tlperl/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.