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,22 @@ +name : perl-test-mockmodule +version : 0.13 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.13.tar.gz : 7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053 +license : GPL-3.0 +component : programming.perl +summary : Test::MockModule - mock subroutines in a module +description: | + Test::MockModule - mock subroutines in a module +builddeps : + - perl-module-build + - perl-sub-identify + - perl-super +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,35 @@ + + + perl-test-mockmodule + + Simon Friend + simbiotiqu@gmail.com + + GPL-3.0 + programming.perl + Test::MockModule - mock subroutines in a module + Test::MockModule - mock subroutines in a module + + https://solus-project.com/sources/README.Solus + + + perl-test-mockmodule + Test::MockModule - mock subroutines in a module + Test::MockModule - mock subroutines in a module + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Test/MockModule.pm + /usr/share/man + + + + + 2018-01-26 + 0.13 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file