summaryrefslogtreecommitdiff
path: root/cpan/Perl-OSType
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-03 18:56:56 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-03 18:56:56 +0100
commit76f6b771c1c82bc2f1009c1ff11921f8f7d3e3a2 (patch)
tree748f222e9f9d5f734aa467b732ac375456ba9161 /cpan/Perl-OSType
parent61030386ff09a19cf23a4631e3fd7ad43f2e7409 (diff)
downloadperl-76f6b771c1c82bc2f1009c1ff11921f8f7d3e3a2.tar.gz
Update Perl-OSType to CPAN version 1.009
[DELTA] 1.009 2015-09-21 10:09:35-04:00 America/New_York [ADDED] - Added 'sco' as a Unix-type OS
Diffstat (limited to 'cpan/Perl-OSType')
-rw-r--r--cpan/Perl-OSType/lib/Perl/OSType.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm
index 0d5b54b732..8a915771bd 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.008';
+our $VERSION = '1.009';
require Exporter;
our @ISA = qw(Exporter);
@@ -40,6 +40,7 @@ my %OSTYPES = qw(
nto Unix
svr4 Unix
svr5 Unix
+ sco Unix
sco_sv Unix
unicos Unix
unicosmk Unix
@@ -95,7 +96,7 @@ Perl::OSType - Map Perl operating system names to generic types
=head1 VERSION
-version 1.008
+version 1.009
=head1 SYNOPSIS
@@ -156,7 +157,7 @@ L<Devel::CheckOS>
=head2 Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker
-at L<https://github.com/dagolden/Perl-OSType/issues>.
+at L<https://github.com/Perl-Toolchain-Gang/Perl-OSType/issues>.
You will be notified automatically of any progress on your issue.
=head2 Source Code
@@ -164,9 +165,9 @@ You will be notified automatically of any progress on your issue.
This is open source software. The code repository is available for
public review and contribution under the terms of the license.
-L<https://github.com/dagolden/Perl-OSType>
+L<https://github.com/Perl-Toolchain-Gang/Perl-OSType>
- git clone https://github.com/dagolden/Perl-OSType.git
+ git clone https://github.com/Perl-Toolchain-Gang/Perl-OSType.git
=head1 AUTHOR