SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Callback rpm build for : OpenSuSE. For other distributions click perl-Callback.

Name : perl-Callback
Version : 1.07 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 17:50:34
Group : Development/Libraries/Perl Source RPM : perl-Callback-1.07-lp155.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Object interface for function callbacks
Description :
Callback provides a standard interface to register callbacks. Those
callbacks can be either purely functional (i.e. a function call with
arguments) or object-oriented (a method call on an object).

When a callback is constructed, a base set of arguments can be provided.
These function arguments will preceed any arguments added at the time the
call is made.

There are two forms for the callback constructor, depending on whether the
call is a pure functional call or a method call. The rule is that if the
first argument is an object, then the second argument is a method name to
be called on that object. Method resolution happens at the time the
Callback object is built: an error will be raised if it cannot be found.

Callback objects built for object-oriented calls also have the property of
being serializable via Storable. Purely functional callabacks cannot be
serialized because CODE references are not supported by Storable.

Callback objects can be created from existing Callback objects. Any
arguments will be appended onto the original list of arguments.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Callback-1.07-lp155.1.1.noarch.rpm
     

Provides :
perl(Callback)
perl-Callback

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Callback.pm
/usr/lib/perl5/vendor_perl/5.26.1/Callback.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Callback
/usr/share/doc/packages/perl-Callback/CHANGELOG
/usr/share/doc/packages/perl-Callback/README
/usr/share/man/man3/Callback.3pm.gz

 
ICM