diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-18 23:10:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-18 23:10:57 +0000 |
commit | 40b4b6e177c62a14c166dbba6adf3abc415af4b2 (patch) | |
tree | 2996bf29509c806bd8064fb6cf38092c1b375ff8 /Master/tlpkg/tlperl/lib/Perl | |
parent | 8e743c86b6872f30b7a35c72aa944455157d4b3f (diff) |
tlperl 5.24.1 from siep
git-svn-id: svn://tug.org/texlive/trunk@43914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Perl')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Perl/OSType.pm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/Perl/OSType.pm b/Master/tlpkg/tlperl/lib/Perl/OSType.pm index 0d5b54b732b..8a915771bd7 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.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 |