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-tie-simple +version : 1.04 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/H/HA/HANENKAMP/Tie-Simple-1.04.tar.gz : 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12 +license : Artistic-1.0-Perl +component : programming.perl +summary : Variable ties made easier, much, much, much easier... +description: | + This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties. +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %make 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,46 @@ + + + perl-tie-simple + + Pierre-Yves + pyu@riseup.net + + Artistic-1.0-Perl + programming.perl + Variable ties made easier, much, much, much easier... + This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties. + + https://solus-project.com/sources/README.Solus + + + perl-tie-simple + Variable ties made easier, much, much, much easier... + This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple.pm + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple/Array.pm + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple/Handle.pm + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple/Hash.pm + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple/Scalar.pm + /usr/lib64/perl5/vendor_perl/5.26/Tie/Simple/Util.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Tie/Simple/.packlist + /usr/share/man/man3/Tie::Simple.3 + /usr/share/man/man3/Tie::Simple::Array.3 + /usr/share/man/man3/Tie::Simple::Handle.3 + /usr/share/man/man3/Tie::Simple::Hash.3 + /usr/share/man/man3/Tie::Simple::Scalar.3 + /usr/share/man/man3/Tie::Simple::Util.3 + + + + + 2018-09-02 + 1.04 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file