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,21 @@ +name : perl-pod-coverage +version : 0.23 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz : 30b7a0b0c942f44a7552c0d34e9b1f2e0ba0b67955c61e3b1589ec369074b107 +license : Artistic-1.0-Perl +component : programming.perl +summary : Checks if the documentation of a module is comprehensive +description: | + Checks if the documentation of a module is comprehensive +builddeps : + - perl-devel-symdump + - perl-test-pod +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,40 @@ + + + perl-pod-coverage + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Checks if the documentation of a module is comprehensive + Checks if the documentation of a module is comprehensive + + https://solus-project.com/sources/README.Solus + + + perl-pod-coverage + Checks if the documentation of a module is comprehensive + Checks if the documentation of a module is comprehensive + + programming.perl + + /usr/bin + /usr/lib64/perl5/vendor_perl/5.26/Pod/Coverage.pm + /usr/lib64/perl5/vendor_perl/5.26/Pod/Coverage/CountParents.pm + /usr/lib64/perl5/vendor_perl/5.26/Pod/Coverage/ExportOnly.pm + /usr/lib64/perl5/vendor_perl/5.26/Pod/Coverage/Overloader.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Pod/Coverage/.packlist + /usr/share/man + + + + + 2018-02-03 + 0.23 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file