Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Test::AutoBuild::Runtime 1.2.2

    Download button

    No screenshots available
    Downloads: 352  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.0/5)
    5 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Daniel P. Berrange | More programs
    Perl Artistic License / FREE
    December 17th, 2007, 18:17 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Test::AutoBuild::Runtime description

    A Perl module with builder runtime state.

    Test::AutoBuild::Runtime is a Perl module with builder runtime state.

    SYNOPSIS

    use Test::AutoBuild::Runtime;

    my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager,
    monitors => %monitors,
    repositories => %repositories,
    modules => %modules,
    package_types => %package_types,
    publishers => %publishers,
    groups => %groups,
    platforms => %platforms,
    source_root => $dir,
    install_root => $dir,
    package_root => $dir,
    log_root => $dir,
    counter => $counter);

    my $archive = $runtime->archive;

    my @monitor_names = $runtime->monitors;
    my @repository_names = $runtime->repositories;
    my @module_names = $runtime->modules;
    my @package_types_names = $runtime->package_types;
    my @publisher_names = $runtime->publishers;
    my @group_names = $runtime->groups;
    my @platform_names = $runtime->platforms;

    my $monitor = $runtime->monitor($name);
    my $repository = $runtime->repository($name);
    my $module = $runtime->module($name);
    my $package_type = $runtime->package_type($name);
    my $publisher = $runtime->publisher($name);
    my $group = $runtime->group($name);
    my $platform = $runtime->platform($name);

    $runtime->attribute($key, $value);
    my $value = $runtime->attribute($key);
    my %attributes = $runtime->attributes()

    my $dir = $runtime->source_root();
    my $dir = $runtime->install_root();
    my $dir = $runtime->package_root();
    my $dir = $runtime->log_root();


    This module provides access to the core objects comprising the build engine, including monitors, repositories, modules, package types, publishers and groups. The runtime state object is made available to the run method of stages in the build engine.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    builder runtime | Test::AutoBuild runtime | Perl module | module | builder | runtime

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM