SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-StubGenerator rpm build for : OpenSuSE. For other distributions click perl-Test-StubGenerator.

Name : perl-Test-StubGenerator
Version : 0.9.6 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 17:33:27
Group : Development/Libraries/Perl Source RPM : perl-Test-StubGenerator-0.9.6-lp155.7.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : A simple module that analyzes a given source file and
Description :
Test::StubGenerator is a module that attempts to analyze a given source
file and automatically create testing stubs suitable for unit testing your
code.

Test::StubGenerator make use of PPI in order to parse your code, looking
for constructors and methods for modules (.pm), and subroutines for Perl
script files (.pl).

Test::StubGenerator also runs the generated tests through Perl::Tidy before
returning the text of the tests to you, though this can be disabled.

The idea for Test::StubGenerator grew out of a vim plugin I wrote that
created test stub files in a very similar fashion. However, the line-based
nature of vimscript quickly indicated that adding default parameters to the
tests would prove to be an exercise in futility. As this was a feature I
very much wanted to implement, I naturally turned to Perl, and the PPI
manpage.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-StubGenerator-0.9.6-lp155.7.1.noarch.rpm
     

Provides :
perl(Test::StubGenerator)
perl-Test-StubGenerator

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(PPI) >= 1.118
perl(Perl::Tidy)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/StubGenerator.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-StubGenerator
/usr/share/doc/packages/perl-Test-StubGenerator/Changes
/usr/share/doc/packages/perl-Test-StubGenerator/MANIFEST.skip
/usr/share/doc/packages/perl-Test-StubGenerator/README
/usr/share/doc/packages/perl-Test-StubGenerator/TODO
/usr/share/doc/packages/perl-Test-StubGenerator/examples
/usr/share/doc/packages/perl-Test-StubGenerator/examples/module.pl
/usr/share/man/man3/Test::StubGenerator.3pm.gz

 
ICM