Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Clone-0.46-1.8 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: perl-Clone Distribution: openSUSE Tumbleweed
Version: 0.46 Vendor: openSUSE
Release: 1.8 Build date: Fri Feb 9 20:37:49 2024
Group: Unspecified Build host: i01-armsrv3
Size: 23147 Source RPM: perl-Clone-0.46-1.8.src.rpm
Packager: http://bugs.opensuse.org
Url: https://metacpan.org/release/Clone
Summary: Recursively copy Perl datatypes
This module provides a 'clone()' method which makes recursive copies of
nested hash, array, scalar and reference types, including tied variables
and objects.

'clone()' takes a scalar argument and duplicates it. To duplicate lists,
arrays or hashes, pass them in by reference, e.g.

    my $copy = clone (\@array);

    

    my %copy = %{ clone (\%hash) };

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Oct 20 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.46
    see /usr/share/doc/packages/perl-Clone/Changes
    0.46 2022-10-18 20:23:00 garu
    - fix backwards compatibility with older perls (haarg)
    - bump MANIFEST to include extra tests
* Fri Apr 24 2020 <timueller+perl@suse.de>
  - updated to 0.45
    see /usr/share/doc/packages/perl-Clone/Changes
    0.45 2020-04-23 14:46:00 atoomic
    - bump B::COW requirement to fix big-endian issue
* Tue Apr 21 2020 <timueller+perl@suse.de>
  - updated to 0.44
    see /usr/share/doc/packages/perl-Clone/Changes
* Wed Jul 31 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.43
    see /usr/share/doc/packages/perl-Clone/Changes
    0.43 2019-07-29 13:47:42  atomic
    - fix an issue when cloning a NULL mg_ptr pointer
* Fri Jul 19 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.42
    see /usr/share/doc/packages/perl-Clone/Changes
    0.42 2019-07-19 23:06:04  garu
    - make handling of mg_ptr safer (ATOOMIC, Harald Jörg)
    - change license wording on some test files to
      make the entire dist released under the same
      terms as Perl itself (fixes GH#20) (GARU)
* Thu Nov 08 2018 Stephan Kulow <coolo@suse.com>
  - updated to 0.41
    see /usr/share/doc/packages/perl-Clone/Changes
    0.41 2018-10-25 10:20:03  garu
    - Check the CowREFCNT of a COWed PV (ATOOMIC)
      this should fix some issues people have been
      having with 0.40 on DBD drives and DBIx::Class
    - Make buildtools files not executable (Mohammad S Anwar)
    0.40 2018-10-23 20:001:49  garu
    - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
    - extra protection against potential infinite loop (ATOOMIC)
    - improved tests
* Sat Apr 08 2017 coolo@suse.com
  - updated to 0.39
    see /usr/share/doc/packages/perl-Clone/Changes
    0.39 2017-04-07 13:06:00  garu
    - use explicit '.' in tests since it may not be in @INC
      anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
* Thu Apr 16 2015 coolo@suse.com
  - updated to 0.38
    see /usr/share/doc/packages/perl-Clone/Changes
    0.38 2015-01-18 19:27:41  garu
    - typo fixes and improvements to the README (zmughal)
    - travis/coveralls integration (zmughal)
    0.37 2014-05-15 16:45:33  garu
    - removed Carp dependency (GARU)
    - silenced some clang warnings (JACQUESG)
    - added a README (GARU)
* Mon Dec 09 2013 coolo@suse.com
  - updated to 0.36
    - fixed compilation issue on AIX and C89 (GAAS)
* Fri Oct 04 2013 coolo@suse.com
  - updated to 0.35
    - SV's can be NULL (shit happens) (fixes RT86217) (Tux)
    - making tests compatible with older versions of Test::More (GARU)

Files

/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/Clone.pm
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/Clone
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/Clone/Clone.so
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/Clone/autosplit.ix
/usr/share/doc/packages/perl-Clone
/usr/share/doc/packages/perl-Clone/Changes
/usr/share/doc/packages/perl-Clone/README.md
/usr/share/man/man3/Clone.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024