Accepting request 859769 from devel:languages:perl:autoupdate

- updated to 2.08
   see /usr/share/doc/packages/perl-Paranoid/CHANGELOG
  v2.08 (2020/12/31)
  ==================
  --Updated licensing information to reflect Paranoid trademark impact
  --Added IMPORT LISTS section to all modules with exportable functions
  Paranoid::Args:
  --Added template list for exports
  Paranoid::Data::AVLTree:
  --Added a tree & node class implementing AVL-balanced tree structures
  Paranoid:Debug:
  --Added constants list for exports
  --Documentation updates
  Paranoid::Log:
  --Minor internal refactoring
  Paranoid::Process:
  --Added pcommFork to facilitate forking with bi-directional process
    communication

OBS-URL: https://build.opensuse.org/request/show/859769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Paranoid?expand=0&rev=13
This commit is contained in:
2021-01-04 14:24:04 +00:00
committed by Git OBS Bridge
parent 04ab2b9f40
commit 9015dfdcea
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jan 1 03:09:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.08
see /usr/share/doc/packages/perl-Paranoid/CHANGELOG
v2.08 (2020/12/31)
==================
--Updated licensing information to reflect Paranoid trademark impact
--Added IMPORT LISTS section to all modules with exportable functions
Paranoid::Args:
--Added template list for exports
Paranoid::Data::AVLTree:
--Added a tree & node class implementing AVL-balanced tree structures
Paranoid:Debug:
--Added constants list for exports
--Documentation updates
Paranoid::Log:
--Minor internal refactoring
Paranoid::Process:
--Added pcommFork to facilitate forking with bi-directional process
communication
-------------------------------------------------------------------
Fri Apr 19 05:24:39 UTC 2019 - Stephan Kulow <coolo@suse.com>