diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : perl-test-without-module +version : 0.20 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/C/CO/CORION/Test-Without-Module-0.20.tar.gz : 8e9aeb7c32a6c6d0b8a93114db2a8c072721273a9d9a2dd4f9ca86cfd28aa524 +license : Artistic-1.0-Perl +component : programming.perl +summary : Test::Without::Module - Test fallback behaviour in absence of modules +description: | + This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %perl_build test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + perl-test-without-module + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Test::Without::Module - Test fallback behaviour in absence of modules + This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. + + https://solus-project.com/sources/README.Solus + + + perl-test-without-module + Test::Without::Module - Test fallback behaviour in absence of modules + This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Test/Without/Module.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Test/Without/Module/.packlist + /usr/share/man + + + + + 2018-01-29 + 0.2 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file