Commit Graph

3 Commits

Author SHA1 Message Date
Paul Howarth 1410c09cb7 Update to 1.003
- New upstream release 1.003
  - Fixed detection of VOS; $^O reports 'vos', not 'VOS'
  - Additional release tests
- BR: perl(File::Spec::Functions), perl(List::Util),
  perl(Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire),
  perl(Pod::Wordlist::hanekomu), perl(Test::MinimumVersion),
  perl(Test::Perl::Critic), perl(Test::Spelling) and perl(Test::Version)
- Identify purpose of each build requirement
- Update patches for building on old distributions
- Don't run extra tests for EPEL-5/6 builds
2013-03-21 11:15:00 +00:00
Paul Howarth 8bf2f74a74 Initial import (perl-Perl-OSType-1.002-3)
Modules that provide OS-specific behaviors often need to know if the current
operating system matches a more generic type of operating systems. For example,
'linux' is a type of 'Unix' operating system and so is 'freebsd'.

This module provides a mapping between an operating system name as given by $^O
and a more generic type. The initial version is based on the OS type mappings
provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating
systems are given the type 'Windows' rather than 'Win32').
2011-01-27 16:01:13 +00:00
Fedora Release Engineering f2ec7f8f0a Initial setup of the repo 2011-01-27 15:06:16 +00:00