From 93f721541559348dc0299f8ede47cdb724931186 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 22 Aug 2013 08:41:38 +0100 Subject: Upgrade Perl::OSType from 1.003 to 1.004 --- cpan/Perl-OSType/lib/Perl/OSType.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'cpan/Perl-OSType/lib') 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 =item * +Owain G. Ainsworth + +=item * + Paul Green =back -- cgit v1.2.1