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-scope-guard +version : 0.21 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz : 8c9b1bea5c56448e2c3fadc65d05be9e4690a3823a80f39d2f10fdd8f777d278 +license : Artistic-1.0-Perl +component : programming.perl +summary : Scope::Guard - lexically-scoped resource management +description: | + This module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions: the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to be called even if the thread of execution is aborted prematurely. This effectively allows lexically-scoped "promises" to be made that are automatically honoured by perl's garbage collector. +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-scope-guard + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Scope::Guard - lexically-scoped resource management + This module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions: the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to be called even if the thread of execution is aborted prematurely. This effectively allows lexically-scoped "promises" to be made that are automatically honoured by perl's garbage collector. + + https://solus-project.com/sources/README.Solus + + + perl-scope-guard + Scope::Guard - lexically-scoped resource management + This module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions: the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to be called even if the thread of execution is aborted prematurely. This effectively allows lexically-scoped "promises" to be made that are automatically honoured by perl's garbage collector. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/Scope/Guard.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Scope/Guard/.packlist + /usr/share/man + + + + + 2018-01-29 + 0.21 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file