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,27 @@ +name : perl-test2-plugin-nowarnings +version : 0.06 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz : 8288c1d934f69a03224598fbb715adc079c0d1609bfbaea6c88682aab1995800 +license : Artistic-2.0 +component : programming.perl +summary : Test2::Plugin::NoWarnings - Fail if tests warn +description: | + Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the warning content is outputted via `diag`. +builddeps : + - perl-importer + - perl-ipc-run3 + - perl-sub-info + - perl-term-table + - perl-test2-suite + - perl-test-simple +rundeps : + - perl-test-simple +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,37 @@ + + + perl-test2-plugin-nowarnings + + Simon Friend + simbiotiqu@gmail.com + + Artistic-2.0 + programming.perl + Test2::Plugin::NoWarnings - Fail if tests warn + Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the warning content is outputted via `diag`. + + https://solus-project.com/sources/README.Solus + + + perl-test2-plugin-nowarnings + Test2::Plugin::NoWarnings - Fail if tests warn + Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the warning content is outputted via `diag`. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Test2/Event/Warning.pm + /usr/lib64/perl5/vendor_perl/5.26/Test2/Plugin/NoWarnings.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Test2/Plugin/NoWarnings/.packlist + /usr/share/man + + + + + 2018-01-29 + 0.06 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file