SHA256
8
0
forked from pool/perl-JSON

- updated to 2.59

- PUREPERL_ONLY support was not supported...
            and finally remove all PP options from Makefile.PL.
        - recommend JSON::XS instead of conditionally requiring it
             patched by miyagaw
          ( for example, $ cpanm --with-recommends JSON)
        - Hide more packages from PAUSE (and other stuff)
             patched by miyagawa
 
        - support PUREPERL_ONLY install option. (rt#84876)
           (PERL_ONLY and NO_XS are not yet removed)
        - stop installing JSON::XS automatically on Perl 5.18
        - t/x17_strage_overload.t didn't work correctly.
        - fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)
        - update JSON::BackportPP version
 
        - fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
            pathced by mbeijen and modified with demerphq's patch
        - Fixed some spelling (by briandfoy)
        - fixed sppeling (by Perlover)
        - enhanced documents (Thanks to Justin Hunter and Olof Johansson)
        - changed backend module loading for overloaded object behavior
                                                (reported by tokuhirom)
- remove upstreamed fix_provides.diff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2013-06-10 10:58:00 +00:00
committed by Git OBS Bridge
parent 89d3c1b078
commit 57bb67b6d4
4 changed files with 41 additions and 17 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jun 10 10:54:05 UTC 2013 - coolo@suse.com
- updated to 2.59
- PUREPERL_ONLY support was not supported...
and finally remove all PP options from Makefile.PL.
- recommend JSON::XS instead of conditionally requiring it
patched by miyagaw
( for example, $ cpanm --with-recommends JSON)
- Hide more packages from PAUSE (and other stuff)
patched by miyagawa
- support PUREPERL_ONLY install option. (rt#84876)
(PERL_ONLY and NO_XS are not yet removed)
- stop installing JSON::XS automatically on Perl 5.18
- t/x17_strage_overload.t didn't work correctly.
- fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)
- update JSON::BackportPP version
- fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
pathced by mbeijen and modified with demerphq's patch
- Fixed some spelling (by briandfoy)
- fixed sppeling (by Perlover)
- enhanced documents (Thanks to Justin Hunter and Olof Johansson)
- changed backend module loading for overloaded object behavior
(reported by tokuhirom)
- remove upstreamed fix_provides.diff
-------------------------------------------------------------------
Fri Nov 18 13:41:56 UTC 2011 - coolo@suse.com