[DELTA]
1.007 2014-01-15 09:45:41-05:00 America/New_York
[ADDED]
- Added 'android' as a Unix-type OS (Piotr Roszatycki)
},
'Perl::OSType' => {
- 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.006.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.007.tar.gz',
'FILES' => q[cpan/Perl-OSType],
'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}],
},
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);
gnukfreebsd Unix
nto Unix
qnx Unix
+ android Unix
dos Windows
MSWin32 Windows
=pod
-=encoding utf-8
+=encoding UTF-8
=head1 NAME
=head1 VERSION
-version 1.006
+version 1.007
=head1 SYNOPSIS
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.