logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Arch::Test::Archive - A test framework for Arch-Perl

Authors

       Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel).

       Enno Cramer (uebergeek@web.de--2003/arch-perl--devel).

perl v5.20.2                                       2005-04-14                           Arch::Test::Archive(3pm)

Description

       Arch::Test::Archive provides methods to quickly build and modify Arch archives.

Methods

new, name, framework, run_tlamake_category, make_branch, make_version,

       newframeworkname
           Create  a  new  Arch::Test::Archive  instance  for  archive  name.  This  method should not be called
           directly.

       name
           Returns the archive name.

       framework
           Returns the associated Arch::Test::Framework reference.

       run_tla@args
           Run tla with the specified arguments.

       make_category [category]
       make_branch   [category [branch]]
       make_version  [category [branch [version]]]
           Create a new category, branch or version. A unique name for unspecified parts is generated. The fully
           qualified name is returned.

Name

       Arch::Test::Archive - A test framework for Arch-Perl

Synopsis

           use Arch::Test::Framework;

           my $fw = Arch::Test::Framework->new;
           my $archive = $fw->make_archive;

           my $version1 = $archive->make_version();
           my $version2 = $archive->make_version($branch);

See Also