PITA::XML::Platform

PITA::XML::Platform is a data object representing a platform configuration.
Download

PITA::XML::Platform Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

PITA::XML::Platform Tags


PITA::XML::Platform Description

PITA::XML::Platform is a data object representing a platform configuration. PITA::XML::Platform is a data object representing a platform configuration.SYNOPSIS # Create a platform configuration my $platform = PITA::XML::Platform->new( scheme => 'perl5', path => '/usr/bin/perl', env => %ENV, config => %Config::Config, ); # Get the current perl5 platform configuration my $current = PITA::XML::Platform->autodetect_perl5;PITA::XML::Platform is an object for holding information about the platform that a package is being tested onIt can be created either as part of the parsing of a PITA::XML file, or if you wish you can create one from the local system configuration.Primarily it just holds information about the host's environment and the Perl configuration.METHODSAs the functionality for PITA::XML is still in flux, the methods will be documented once we stop changing them daily. Requirements: · Perl


PITA::XML::Platform Related Software