summaryrefslogtreecommitdiff
path: root/cpan/Perl-OSType
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-01-15 19:56:19 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-01-15 19:56:19 +0000
commit6f974f68a204015dd60d6dc9684dd2234170d176 (patch)
treeaa5a83bd5b5b1389289dd90a94f7337d486b3a58 /cpan/Perl-OSType
parent28c687ff528901782b97e8e1c9f9b9194a11ba9b (diff)
downloadperl-6f974f68a204015dd60d6dc9684dd2234170d176.tar.gz
Update Perl-OSType to CPAN version 1.007
[DELTA] 1.007 2014-01-15 09:45:41-05:00 America/New_York [ADDED] - Added 'android' as a Unix-type OS (Piotr Roszatycki)
Diffstat (limited to 'cpan/Perl-OSType')
-rw-r--r--cpan/Perl-OSType/lib/Perl/OSType.pm13
1 files changed, 9 insertions, 4 deletions
diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm
index d0d001144f..e6196c46d6 100644
--- a/cpan/Perl-OSType/lib/Perl/OSType.pm
+++ b/cpan/Perl-OSType/lib/Perl/OSType.pm
@@ -3,7 +3,7 @@ use warnings;
package Perl::OSType;
# ABSTRACT: Map Perl operating system names to generic types
-our $VERSION = '1.006'; # VERSION
+our $VERSION = '1.007'; # VERSION
require Exporter;
our @ISA = qw(Exporter);
@@ -50,6 +50,7 @@ my %OSTYPES = qw(
gnukfreebsd Unix
nto Unix
qnx Unix
+ android Unix
dos Windows
MSWin32 Windows
@@ -84,7 +85,7 @@ sub is_os_type {
=pod
-=encoding utf-8
+=encoding UTF-8
=head1 NAME
@@ -92,7 +93,7 @@ Perl::OSType - Map Perl operating system names to generic types
=head1 VERSION
-version 1.006
+version 1.007
=head1 SYNOPSIS
@@ -185,11 +186,15 @@ Owain G. Ainsworth <oga@nicotinebsd.org>
Paul Green <Paul.Green@stratus.com>
+=item *
+
+Piotr Roszatycki <piotr.roszatycki@gmail.com>
+
=back
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by David Golden.
+This software is copyright (c) 2014 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.