Accepting request 1061342 from devel:languages:perl:autoupdate

- updated to 0.17
   see /usr/share/doc/packages/perl-File-Object/Changes
  0.17 2022-12-16T11:23:38+01:00
   - Add DESCRIPTION section to doc.
   - Add Path::Tiny to SEE ALSO section in doc.
   - Fix new() doc.
   - Improve doc for up() method.
  0.16 2022-12-16T09:02:39+01:00
   - Fix minimal dependencies for Error::Pure and Class::Utils (because of
     List::MoreUtils)
   - Improve LICENSE AND COPYRIGHT section in doc.
   - Rename example files to better name.

OBS-URL: https://build.opensuse.org/request/show/1061342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=7
This commit is contained in:
2023-01-30 15:16:59 +00:00
committed by Git OBS Bridge
parent 039bde382d
commit 53f38a7215
4 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Dec 17 03:06:09 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.17
see /usr/share/doc/packages/perl-File-Object/Changes
0.17 2022-12-16T11:23:38+01:00
- Add DESCRIPTION section to doc.
- Add Path::Tiny to SEE ALSO section in doc.
- Fix new() doc.
- Improve doc for up() method.
0.16 2022-12-16T09:02:39+01:00
- Fix minimal dependencies for Error::Pure and Class::Utils (because of
List::MoreUtils)
- Improve LICENSE AND COPYRIGHT section in doc.
- Rename example files to better name.
-------------------------------------------------------------------
Wed Mar 2 12:32:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>