PITA::XML::Request

PITA::XML::Request is a request for the testing of a software package.
Download

PITA::XML::Request Ranking & Summary

Advertisement

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

PITA::XML::Request Tags


PITA::XML::Request Description

PITA::XML::Request is a request for the testing of a software package. PITA::XML::Request is a request for the testing of a software package.SYNOPSIS # Create a request specification my $dist = PITA::XML::Request->new( scheme => 'perl5', distname => 'PITA-XML', # The package to test file => PITA::XML::File->new( filename => 'Foo-Bar-0.01.tar.gz', digest => 'MD5.0123456789ABCDEF0123456789ABCDEF', ), # Optional fields for repository-based requests authority => 'cpan', authpath => '/id/A/AD/ADAMK/Foo-Bar-0.01.tar.gz', );PITA::XML::Request is an object for holding information about a request for a distribution to be tested. It is created most often as part of the parsing of a PITA::XML XML file.It holds the testing scheme, name of the distribition, file information, and authority information (if the distribution was sourced from a repository such as CPAN) Requirements: · Perl


PITA::XML::Request Related Software