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-importer +version : 0.024 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-0.024.tar.gz : 1d19760ceb366b664985ace9a7ee1b54a438b1e060a5bca6eff0c6a35b07a557 +license : Artistic-1.0-Perl +component : programming.perl +summary : Importer - Alternative but compatible interface to modules that export symbols. +description: | + This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables. +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-importer + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Importer - Alternative but compatible interface to modules that export symbols. + This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables. + + https://solus-project.com/sources/README.Solus + + + perl-importer + Importer - Alternative but compatible interface to modules that export symbols. + This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Importer.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Importer/.packlist + /usr/share/man + + + + + 2018-01-29 + 0.024 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file