The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::Platform::Info::BeOS - Retrieve BeOS platform metadata

SYNOPSIS

  use Devel::Platform::Info::BeOS;
  my $info = Devel::Platform::Info::BeOS->new();
  my $data = $info->get_info();

DESCRIPTION

This module is a driver to determine platform metadata regarding the BeOS family of operating systems. It should be called indirectly via it's parent Devel::Platform::Info.

Note that BeOS was last release in 2001, however deriatives have since been release, most notably Haiku, which was last released in 2012. As such, this module it experimental, and may be cloned to reference Haiku in the future.

INTERFACE

The Constructor

  • new

    Simply constructs the object.

Methods

  • get_info

    Returns a hash reference to the BeOS platform metadata.

    Returns the following keys:

      source
      archname
      osname
      osvers
      oslabel
      is32bit
      is64bit
      osflag
    
      kernel
      kname
      kvers

BUGS, PATCHES & FIXES

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).

RT Queue: http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Platform-Info

AUTHORS

  Barbie (BARBIE) <barbie@cpan.org>
  Brian McCauley (NOBULL) <nobull67@gmail.com>
  Colin Newell (NEWELL) <newellc@cpan.org>
  Jon 'JJ' Allen (JONALLEN) <jj@jonallen.info>

COPYRIGHT & LICENSE

  Copyright (C) 2010-2019 Birmingham Perl Mongers

  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.