Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +name : perl-exporter-tiny +version : 1.000000 +release : 1 +source : + - http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.000000.tar.gz : ffdd77d57de099e8f64dd942ef12a00a3f4313c2531f342339eeed2d366ad078 +license : Artistic-1.0-Perl +component : programming.perl +summary : Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies +description: | + Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; and alternative installers with the `installer` option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. +builddeps : + - perl-test-fatal + - perl-test-warnings + - perl-try-tiny +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %perl_build test Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + perl-exporter-tiny + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies + Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; and alternative installers with the `installer` option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. + + https://solus-project.com/sources/README.Solus + + + perl-exporter-tiny + Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies + Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; and alternative installers with the `installer` option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Shiny.pm + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Tiny.pm + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Tiny/Manual/Etc.pod + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Tiny/Manual/Exporting.pod + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Tiny/Manual/Importing.pod + /usr/lib64/perl5/vendor_perl/5.26/Exporter/Tiny/Manual/QuickStart.pod + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Exporter/Tiny/.packlist + /usr/share/man + + + + + 2018-01-20 + 1.0 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file