SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-YAML-0.88-7.3.noarch.rpm :
Sun Jan 12 13:00:00 2014 projectsAATTlocalside.net
- Update to 0.88:

* Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing
5.10-specific regex construct.

* Using latest Test::Builder tp fix: https://rt.cpan.org/Public/Bug/Display.html?id=90847

* Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817

* 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

* Resolve distribution error that caused .git to be shipped in the .tar.gz

* Only call stat() and tell() on a filehandle if fileno existed

* Explicit tied() call on globs to avoid a 5.16 deprecation warning

* Test scalar AATTarray rather than deprecated defined AATTarray (Sebastian Stumpf)

Fri Apr 20 14:00:00 2012 pascal.bleserAATTopensuse.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 2 14:00:00 2011 pascal.bleserAATTopensuse.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 14:00:00 2011 cooloAATTopensuse.org
- updated to 0.73

* Apply ANDK\'s patch for 5.14.0

Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro

Sat Sep 4 14:00:00 2010 chrisAATTcomputersalat.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 14:00:00 2010 chrisAATTcomputersalat.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 9 13:00:00 2010 cooloAATTnovell.com
- take out another reference to Test::Base to avoid cyclic dependencies

Sun Jan 24 13:00:00 2010 cooloAATTnovell.com
- clean up build requires again to fix build

Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build

Sun Dec 13 13:00:00 2009 chrisAATTcomputersalat.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 7 14:00:00 2009 mlsAATTsuse.de
- remove bogus BuildRequires Test::Base

Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods

* removed ^----------

* removed ^#---------

Sat Jun 20 14:00:00 2009 chrisAATTcomputersalat.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

Mon Oct 27 13:00:00 2008 cwhAATTsuse.de
- version: 0.66

* Blessed code refs with LoadCode=0 still get blessed. rafl++

Tue Jul 24 14:00:00 2007 cwhAATTsuse.de
- version 0.65

* \\z is really \\0

* Speed up regexp loading. audreyt++
- version 0.64

* Better support for loading regexps. audreyt++
- version 0.63

* Don\'t emit nodes blessed into \'\' in the new tag scheme, and improve semantics
of loading such nodes.

* New support for dumping/loading regexps.

Thu Oct 26 14:00:00 2006 cwhAATTsuse.de
- version: 0.62
- Patch from rgs for Catalyst users
- version: 0.61
- New CGI.pm made test fail.
- version: 0.60
- Changed object tag format in non backwards compatible way
- Removed support for folded scalar emission
- Added new tests
- Sync with YAML::Syck
- version: 0.58
- Fixed bug reported by Slaven Rezic on 5.8.0
- Fixed a ysh bug reported on rt. 17589
- version: 0.57
- Add obligatory \'1;\' to end of each module.
- version: 0.56
- Add Module::Install::TestBase support
- version: 0.55
- Load YAML::Node because Module::Build expects it to be loaded.
We can undo this when Module::Build starts loading it for itself.
- version: 0.54
- Remove dependency on Class::Spiffy (and/or Spiffy).

Fri Feb 17 13:00:00 2006 cwhAATTsuse.de
- Fixed dependency (wrong version of perl-Class-Spiffy)

Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires

Fri Jan 20 13:00:00 2006 cwhAATTsuse.de
version 0.53
- Depend on Class::Spiffy instead of Spiffy. No source filtering.
version 0.52
- Error in Spiffy-0.26 causing problems. Require 0.27

Mon Jan 16 13:00:00 2006 cwhAATTsuse.de
version 0.51
- Tests pass on win32 and cygwin
- Don\'t gpg sign the distribution tarball

Fri Jan 13 13:00:00 2006 cwhAATTsuse.de
version 0.50
- Major refactoring of YAML.pm
- Completely OO with same old functional UI
- Support the $YAML::Stringify option which most be on for objects to get
stringified. Otherwise dump the object.
- Can dump overloaded objects now.
- Completely refactor test suite using Test::Base
- Create Test::YAML
- Make test framework compatible with YAML::Syck - Test-Base-0.45
- Reviewed all rt bugs. fixed many
- Reviewed all emailed bugs. Fixed many.
- Helped audrey complete YAML::Syck and worked on interoperability issues
- Test well known yaml docs like svk and META.yml
- Eliminate unsafe string evals
- Can use with autouse. Spiffy-0.25
- Support YAML::Marshall to help classes that want to do their own marshalling
- Make objects tags configurable
- -M option for ysh to test other implementations like YAML::Syck

Wed Sep 28 14:00:00 2005 dmuellerAATTsuse.de
- add norootforbuild

Tue Jul 19 14:00:00 2005 lmuelleAATTsuse.de
- Update to 0.39.

Thu Dec 4 13:00:00 2003 cwhAATTsuse.de
- fixed filelist (vendorarch)

Thu Dec 4 13:00:00 2003 cwhAATTsuse.de
- initial revision


 
ICM