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

perl-YAML-1.24-1.17 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-YAML Distribution: SUSE Linux Enterprise 15
Version: 1.24 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.17 Build date: Fri May 25 20:27:45 2018
Group: Development/Libraries/Perl Build host: sheep13
Size: 187698 Source RPM: perl-YAML-1.24-1.17.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/YAML/
Summary: YAML Ain't Markup Language™
The YAML.pm module implements a YAML Loader and Dumper based on the YAML
1.0 specification. http://www.yaml.org/spec/

YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages. (Including Perl!!!)

For information on the YAML syntax, please refer to the YAML specification.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Oct 31 2017 coolo@suse.com
  - updated to 1.24
    see /usr/share/doc/packages/perl-YAML/Changes
    1.24 Mon Oct 30 20:31:53 CET 2017
    - Fix $LoadCode (PR#180, PR#181, PR#182 by @mohawk2++)
* Mon Feb 20 2017 coolo@suse.com
  - updated to 1.23
    see /usr/share/doc/packages/perl-YAML/Changes
    1.23 Sun Feb 19 22:07:57 CET 2017
    - Fix $YAML::Numify (empty values were converted to 0)
* Wed Feb 15 2017 coolo@suse.com
  - updated to 1.22
    see /usr/share/doc/packages/perl-YAML/Changes
    1.22 Tue Feb 14 23:23:08 CET 2017
    - Add $YAML::Numify @perlpunk++
* Sat Dec 24 2016 coolo@suse.com
  - updated to 1.21
    see /usr/share/doc/packages/perl-YAML/Changes
    1.21 Fri Dec 23 21:19:15 CET 2016
    - Apply PR/171 (fixes issue/109) @perlpunk++
    - No more "used only once" warnings for $YAML::Indent etc.
    - Apply PR/170 (fixes issue/131) hiratara@cpan.org++
    - Empty mapping value at the end resolves to null (was becoming empty
      string)
    - Apply PR/169 (PR/119) patrick.allen.higgins@gmail.com++
    - Output key in warning when duplicate key was found
    - Apply PR/157 and PR/168 (@lameventanas++ @perlpunk++)
    - Allow reading and writing to IO::Handle
* Sat Dec 03 2016 coolo@suse.com
  - updated to 1.20
    see /usr/share/doc/packages/perl-YAML/Changes
    1.20 Fri Dec  2 13:20:33 PST 2016
    - Apply and amend PR/146 (quoted map keys) @preaction++
    - B::Deparse is loaded at runtime now
    - New Feature $YAML::Preserve (Apply PR/9 @fmenabe++)
* Sat Nov 19 2016 coolo@suse.com
  - updated to 1.19
    see /usr/share/doc/packages/perl-YAML/Changes
    1.19 Fri Nov 18 19:46:44 CET 2016
    - Apply PR/164 pod (link to YAML::Shell)
    - Apply PR/151 Fix infinite loop for aliases without a name @bubaflub++
    - Apply PR/142 Improve error messages @werekraken++
    - Apply PR/162 Improve error messages
    - Apply PR/163 Trailing spaces after inline seq/map work now
    - Apply PR/154 Add test case for trailing comments @Varadinsky++
* Sat Jul 09 2016 coolo@suse.com
  - updated to 1.18
    see /usr/share/doc/packages/perl-YAML/Changes
    1.18 Fri Jul  8 14:52:26 UTC 2016
    - Apply PR/161 @perlpunk++
* Wed Jul 06 2016 coolo@suse.com
  - updated to 1.17
    see /usr/share/doc/packages/perl-YAML/Changes
    1.17 Tue Jul  5 20:20:55 UTC 2016
    - Use Mo 0.40
* Mon Jul 04 2016 coolo@suse.com
  - updated to 1.16
    see /usr/share/doc/packages/perl-YAML/Changes
    1.16 Sun Jul  3 10:53:06 PDT 2016
    - Apply PR/158 by @bgruening++
    - Fix VERSION issue
* Sun Apr 19 2015 coolo@suse.com
  - updated to 1.15
    see /usr/share/doc/packages/perl-YAML/Changes
    1.15 Sat Apr 18 17:03:09 CEST 2015
    - Fix Issue
    - Don't require newlines at end of YAML.
* Mon Apr 13 2015 coolo@suse.com
  - updated to 1.14
    see /usr/share/doc/packages/perl-YAML/Changes
    1.14 Sat Jan 17 15:32:18 PST 2015
    - Apply PR/145 from @kentnl++
    - Support for QuoteNumericStrings Global Setting
    1.13 Sat Oct 11 18:05:45 CEST 2014
    - Apply PR/140 from @nfg++
    - Disable some warnings in YAML::Any
    1.12 Mon Sep 22 08:24:43 PDT 2014
    - Fix https://rt.cpan.org/Ticket/Display.html?id=97870
    1.11 Fri Aug 29 20:08:20 PDT 2014
    - Apply PR/139. @ehuelsmann++
    1.10 Thu Aug 28 22:53:26 PDT 2014
    - Apply PR/138. @ehuelsmann++
    1.09 Tue Aug 19 16:41:13 PDT 2014
    - Replace tabs with spaces
    1.08 Mon Aug 18 10:21:48 PDT 2014
    - Dep on Test::YAML 1.05
    1.07 Mon Aug 18 08:40:01 PDT 2014
    - Apply PR/8 from shlomif++. Add doc examples for YAML::Any.
    1.06 Sat Aug 16 16:51:08 PDT 2014
    - Change testdir to t
    1.05 Sat Aug 16 13:03:28 PDT 2014
    - Meta 0.0.2
    1.04 Sat Aug 16 04:28:10 PDT 2014
    - Eliminate spurious trailing whitespace
    1.03 Sat Aug 16 03:32:35 PDT 2014
    - Eliminate File::Basename from test/
    1.02 Fri Aug 15 21:09:54 PDT 2014
    - Add t/000-compile-modules.t
    1.01 Thu Aug  7 14:48:24 PDT 2014
    - Dep on patched Test::YAML
    1.00 Thu Aug  7 00:35:21 PDT 2014
    - Fix bad encoding in Pod
    0.99 Wed Aug  6 17:55:42 PDT 2014
    - Switch to external Test::Base
    0.98 Wed Jul 30 12:32:25 PDT 2014
    - Fix indexing of YAML::Any
    - Change IRC to irc.perl.org#yaml
* Fri Jul 25 2014 coolo@suse.com
  - fixing license - GPL-1.0 is part of it
  - updated to 0.97
    - Move remaining docs to Swim
    0.96 Sun Jul 13 22:54:08 PDT 2014
    - Fix Metadata and add Contributing file
    - Change Kwim to Swim
    0.95 Sat Jun 14 10:32:08 PDT 2014
    - Fix dumping blessed globs.
    0.94 Sat Jun 14 10:32:08 PDT 2014
    - Skip a failing test on 5.8 introduced in 0.93
    0.93 Fri Jun 13 22:32:18 PDT 2014
    - Switch to Zilla::Dist
    - Add badges to doc
    - @thorsteneckel++ fixed #18
    - @karenetheridge++ fixed #19
    0.92 Wed May 28 23:04:26 EDT 2014
    - https://github.com/ingydotnet/yaml-pm/pull/23
    0.91 Tue May 27 17:14:12 EDT 2014
    - https://github.com/ingydotnet/yaml-pm/pull/22
    0.90 Mon Feb 10 08:42:31 PST 2014
    - Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client
    0.89 Sat Nov  8 12:51:48 PST 2014
    - Fixed tests to work under parallel testing -- kentnl
    - Switched to dzil release process
* Sat Feb 01 2014 lars@linux-schulserver.de
  - update to 0.88:
    * Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing
      5.10-specific regex construct. -- hobbs++
  - changes from  0.87:
    * Using latest Test::Builder tp fix:
      https://rt.cpan.org/Public/Bug/Display.html?id=90847
  - changes from 0.86:
    * Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817
  - changes from 0.85:
    * Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where
      synopsis in YAML::Dumper doesn't work as exptected.
    * Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593
    * Upgrade to latest Mo
  - changes from 0.84:
    * Resolve distribution error that caused .git to be shipped in the .tar.gz
  - changes from  0.83:
    * Only call stat() and tell() on a filehandle if fileno existed
    * Explicit tied() call on globs to avoid a 5.16 deprecation warning
  - changes from 0.82:
    * Test scalar @array rather than deprecated defined @array
      (Sebastian Stumpf)
* Fri Apr 20 2012 pascal.bleser@opensuse.org
  - update to 0.81:
    * patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
    * YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
  - changes from 0.80:
    * patch from https://rt.cpan.org/Ticket/Display.html?id=73702
    * make YAML::Node subclass YAML::Mo::Object as well as Exporter
  - changes from 0.79:
    * noticed Mo::xxx causing problems on newer perls, removed xxx for now
  - changes from 0.78:
    * deal with B::Deparse changes
* Sun Oct 02 2011 pascal.bleser@opensuse.org
  - update to 0.77:
    * add $VERSION back to all modules
  - changes from 0.76:
    * removed YAML::import
  - changes from 0.75:
    * switch to Mo for OO (YAML::Mo)
  - changes for 0.74:
    * switch to Module::Package
    * removed extra $VERSION lines from submodules
* Tue May 17 2011 coolo@opensuse.org
  - updated to 0.73
    * Apply ANDK's patch for 5.14.0
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Sat Sep 04 2010 chris@computersalat.de
  - update to 0.72
    - Upgrade to Module::Install 1.00
    - Upgraded author tests via new ADAMK release automation
    - Normalise Ingy's name to ASCII in Makefile.PL so that we don't
      have Unicode in our own META.yml
  - recreated by cpanspec 1.78
* Fri Apr 16 2010 chris@computersalat.de
  - update to 0.71
    - Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434) by
      Olivier Mengué
    - We shouldn't have to care about 5.8.0. Since it's causing
      CPAN Testers failures, bump the minimum Perl to 5.8.1
  - update License
  - fix deps perl-macros
  - noarch package
* Tue Mar 09 2010 coolo@novell.com
  - take out another reference to Test::Base to avoid cyclic dependencies
* Sun Jan 24 2010 coolo@novell.com
  - clean up build requires again to fix build
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Sun Dec 13 2009 chris@computersalat.de
  - update to 0.70
    - Updated Module::Install dependency to 0.91
    - Bumping dependency to 5.8.0 but I think it's only in the test suite.
      However, I can't prove it. So if anyone wants 5.6 compatibility back
      you need to fix or rewrite the test suite.
  - 0.69_02
    - Developer $VERSION now has eval correction
  - 0.69_01
    - Added $VERSION to all modules
    - Removed the use of use base
    - Imported into the svn.ali.as repo
  - cleanup spec
    * sort tags
    * updated url
    * fixed build-/deps
      added Test::Base >= 0.59
    * added provides cpan_name
    * update desc
    * add LICENSE to doc
* Mon Sep 07 2009 mls@suse.de
  - remove bogus BuildRequires Test::Base
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sat Jun 20 2009 chris@computersalat.de
  - update to 0.68
    o Used update Test::Base to ensure Filter::Util::Call
  - update to 0.67
    o Add YAML::Any
    o Move ysh to YAML::Shell
    o Add doc section explaining YAML::Old
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o added header
    o fixed deps

Files

/usr/lib/perl5/vendor_perl/5.26.1/YAML
/usr/lib/perl5/vendor_perl/5.26.1/YAML.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Any.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Any.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Dumper
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Dumper.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Dumper.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Dumper/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Dumper/Base.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Error.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Error.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Loader
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Loader.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Loader.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Loader/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Loader/Base.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Marshall.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Marshall.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Mo.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Node.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Node.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Tag.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Tag.pod
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Types.pm
/usr/lib/perl5/vendor_perl/5.26.1/YAML/Types.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-YAML
/usr/share/doc/packages/perl-YAML/CONTRIBUTING
/usr/share/doc/packages/perl-YAML/Changes
/usr/share/doc/packages/perl-YAML/README
/usr/share/licenses/perl-YAML
/usr/share/licenses/perl-YAML/LICENSE
/usr/share/man/man3/YAML.3pm.gz
/usr/share/man/man3/YAML::Any.3pm.gz
/usr/share/man/man3/YAML::Dumper.3pm.gz
/usr/share/man/man3/YAML::Dumper::Base.3pm.gz
/usr/share/man/man3/YAML::Error.3pm.gz
/usr/share/man/man3/YAML::Loader.3pm.gz
/usr/share/man/man3/YAML::Loader::Base.3pm.gz
/usr/share/man/man3/YAML::Marshall.3pm.gz
/usr/share/man/man3/YAML::Node.3pm.gz
/usr/share/man/man3/YAML::Tag.3pm.gz
/usr/share/man/man3/YAML::Types.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024