summaryrefslogtreecommitdiff
path: root/cpan/Perl-OSType/lib
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-22 08:41:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-22 09:37:20 +0100
commit93f721541559348dc0299f8ede47cdb724931186 (patch)
treeffe1bc0aeee803ab6bae0574d5b5f46fec964d0e /cpan/Perl-OSType/lib
parent68cdd4b5a461cacf43edfbc09b5490356b4a0fd0 (diff)
downloadperl-93f721541559348dc0299f8ede47cdb724931186.tar.gz
Upgrade Perl::OSType from 1.003 to 1.004
Diffstat (limited to 'cpan/Perl-OSType/lib')
-rw-r--r--cpan/Perl-OSType/lib/Perl/OSType.pm11
1 files changed, 9 insertions, 2 deletions
diff --git a/cpan/Perl-OSType/lib/Perl/OSType.pm b/cpan/Perl-OSType/lib/Perl/OSType.pm
index a79426d56c..df0908a117 100644
--- a/cpan/Perl-OSType/lib/Perl/OSType.pm
+++ b/cpan/Perl-OSType/lib/Perl/OSType.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package Perl::OSType;
# ABSTRACT: Map Perl operating system names to generic types
-our $VERSION = '1.003'; # VERSION
+our $VERSION = '1.004'; # VERSION
require Exporter;
our @ISA = qw(Exporter);
@@ -18,6 +18,7 @@ my %OSTYPES = qw(
aix Unix
bsdos Unix
beos Unix
+ bitrig Unix
dgux Unix
dragonfly Unix
dynixptx Unix
@@ -86,13 +87,15 @@ __END__
=pod
+=encoding utf-8
+
=head1 NAME
Perl::OSType - Map Perl operating system names to generic types
=head1 VERSION
-version 1.003
+version 1.004
=head1 SYNOPSIS
@@ -179,6 +182,10 @@ Jonas B. Nielsen <jonasbn@hoarfrost.local>
=item *
+Owain G. Ainsworth <oga@nicotinebsd.org>
+
+=item *
+
Paul Green <Paul.Green@stratus.com>
=back