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,25 @@ +name : perl-test-pod-coverage +version : '1.10' +release : 1 +source : + - https://cpan.metacpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.10.tar.gz : 48c9cca9f7d99eee741176445b431adf09c029e1aa57c4703c9f46f7601d40d4 +license : Artistic-2.0 +component : programming.perl +summary : Test::Pod::Coverage - Check for pod coverage in your distribution. +description: | + This module is used to add a test to your Perl distribution, which checks for pod coverage of all appropriate files. +builddeps : + - perl-devel-symdump + - perl-pod-coverage + - perl-test-pod +rundeps : + - perl-devel-symdump + - perl-pod-coverage +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-pod-coverage + + Simon Friend + simbiotiqu@gmail.com + + Artistic-2.0 + programming.perl + Test::Pod::Coverage - Check for pod coverage in your distribution. + This module is used to add a test to your Perl distribution, which checks for pod coverage of all appropriate files. + + https://solus-project.com/sources/README.Solus + + + perl-test-pod-coverage + Test::Pod::Coverage - Check for pod coverage in your distribution. + This module is used to add a test to your Perl distribution, which checks for pod coverage of all appropriate files. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Test/Pod/Coverage.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Test/Pod/Coverage/.packlist + /usr/share/man + + + + + 2018-02-11 + 1.10 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file