8
0

Accepting request 297113 from devel:languages:perl:autoupdate

- updated to 0.49
   see /usr/share/doc/packages/perl-MooseX-Storage/Changes
  0.49      2015-03-29 00:24:43Z
    - now handling more deeply-nested objects (PR#7, RT#81236, thanks Dmitry
      Latin!)
    - fix error in DateTime example (PR#8, thanks sillitoe!)
  
  0.48      2014-10-12 02:01:31Z
    - switched the JSON serializer from JSON::Any to JSON::MaybeXS
    - interactive prompting at install time is now back!
  
  0.47      2014-08-23 22:34:21Z
    - report the versions of all JSON and YAML backends during tests, in an
      attempt to track down an elusive bug
    - now properly serializing attributes that are set to the undefined value
      (github #6, thanks, Jason Pope!)
    - fix compatibility problem with MooseX::Role::Parameterized 1.03+ and
      MooseX::Storage::Format::JSONpm (some internal details changed that we
      were relying on)
  
  0.46      2014-03-23 18:26:44Z
    - numerous small documentation clarifications and fixes

OBS-URL: https://build.opensuse.org/request/show/297113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Storage?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2015-04-16 09:12:52 +00:00
committed by Git OBS Bridge
parent 861865434a
commit 41ca9d1832
5 changed files with 77 additions and 18 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 14 18:16:10 UTC 2015 - coolo@suse.com
- updated to 0.49
see /usr/share/doc/packages/perl-MooseX-Storage/Changes
0.49 2015-03-29 00:24:43Z
- now handling more deeply-nested objects (PR#7, RT#81236, thanks Dmitry
Latin!)
- fix error in DateTime example (PR#8, thanks sillitoe!)
0.48 2014-10-12 02:01:31Z
- switched the JSON serializer from JSON::Any to JSON::MaybeXS
- interactive prompting at install time is now back!
0.47 2014-08-23 22:34:21Z
- report the versions of all JSON and YAML backends during tests, in an
attempt to track down an elusive bug
- now properly serializing attributes that are set to the undefined value
(github #6, thanks, Jason Pope!)
- fix compatibility problem with MooseX::Role::Parameterized 1.03+ and
MooseX::Storage::Format::JSONpm (some internal details changed that we
were relying on)
0.46 2014-03-23 18:26:44Z
- numerous small documentation clarifications and fixes
-------------------------------------------------------------------
Sat Mar 15 13:01:41 UTC 2014 - coolo@suse.com