r25810 - in /branches/upstream/libjson-perl: ./ current/ current/lib/ current/lib/JSON/ current/lib/JSON/PP/ current/t/

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Oct 7 06:30:35 UTC 2008


Author: angelabad-guest
Date: Tue Oct  7 06:30:27 2008
New Revision: 25810

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25810
Log:
[svn-inject] Installing original source of libjson-perl

Added:
    branches/upstream/libjson-perl/
    branches/upstream/libjson-perl/current/
    branches/upstream/libjson-perl/current/Changes
    branches/upstream/libjson-perl/current/MANIFEST
    branches/upstream/libjson-perl/current/META.yml
    branches/upstream/libjson-perl/current/Makefile.PL
    branches/upstream/libjson-perl/current/README
    branches/upstream/libjson-perl/current/lib/
    branches/upstream/libjson-perl/current/lib/JSON/
    branches/upstream/libjson-perl/current/lib/JSON.pm
    branches/upstream/libjson-perl/current/lib/JSON/PP/
    branches/upstream/libjson-perl/current/lib/JSON/PP.pm
    branches/upstream/libjson-perl/current/lib/JSON/PP/Boolean.pm
    branches/upstream/libjson-perl/current/lib/JSON/PP5005.pm
    branches/upstream/libjson-perl/current/lib/JSON/PP56.pm
    branches/upstream/libjson-perl/current/t/
    branches/upstream/libjson-perl/current/t/00_load.t
    branches/upstream/libjson-perl/current/t/00_pod.t
    branches/upstream/libjson-perl/current/t/01_utf8.t
    branches/upstream/libjson-perl/current/t/02_error.t
    branches/upstream/libjson-perl/current/t/03_types.t
    branches/upstream/libjson-perl/current/t/04_pretty.t
    branches/upstream/libjson-perl/current/t/06_pc_pretty.t
    branches/upstream/libjson-perl/current/t/07_pc_esc.t
    branches/upstream/libjson-perl/current/t/08_pc_base.t
    branches/upstream/libjson-perl/current/t/09_pc_extra_number.t
    branches/upstream/libjson-perl/current/t/10_pc_keysort.t
    branches/upstream/libjson-perl/current/t/11_pc_expo.t
    branches/upstream/libjson-perl/current/t/12_blessed.t
    branches/upstream/libjson-perl/current/t/13_limit.t
    branches/upstream/libjson-perl/current/t/14_latin1.t
    branches/upstream/libjson-perl/current/t/15_prefix.t
    branches/upstream/libjson-perl/current/t/16_tied.t
    branches/upstream/libjson-perl/current/t/17_relaxed.t
    branches/upstream/libjson-perl/current/t/18_json_checker.t
    branches/upstream/libjson-perl/current/t/99_binary.t
    branches/upstream/libjson-perl/current/t/_unicode_handling.pm
    branches/upstream/libjson-perl/current/t/e00_func.t
    branches/upstream/libjson-perl/current/t/e01_property.t
    branches/upstream/libjson-perl/current/t/e02_bool.t
    branches/upstream/libjson-perl/current/t/e03_bool2.t
    branches/upstream/libjson-perl/current/t/e04_sortby.t
    branches/upstream/libjson-perl/current/t/e05_esc_slash.t
    branches/upstream/libjson-perl/current/t/e06_allow_barekey.t
    branches/upstream/libjson-perl/current/t/e07_allow_singlequote.t
    branches/upstream/libjson-perl/current/t/e08_decode.t
    branches/upstream/libjson-perl/current/t/e09_encode.t
    branches/upstream/libjson-perl/current/t/e10_bignum.t
    branches/upstream/libjson-perl/current/t/e11_as_nonblessed.t
    branches/upstream/libjson-perl/current/t/x00_load.t
    branches/upstream/libjson-perl/current/t/x02_error.t
    branches/upstream/libjson-perl/current/t/x12_blessed.t
    branches/upstream/libjson-perl/current/t/x16_tied.t
    branches/upstream/libjson-perl/current/t/xe01_property.t
    branches/upstream/libjson-perl/current/t/xe02_bool.t
    branches/upstream/libjson-perl/current/t/xe03_bool2.t
    branches/upstream/libjson-perl/current/t/xe04support_by_pp.t
    branches/upstream/libjson-perl/current/t/xe05_indent_length.t
    branches/upstream/libjson-perl/current/t/xe08_decode.t
    branches/upstream/libjson-perl/current/t/xe10_bignum.t
    branches/upstream/libjson-perl/current/t/xe11_as_nonblessed.t

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/upstream/libjson-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/Changes?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/MANIFEST?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/META.yml?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/Makefile.PL?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/README?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/lib/JSON.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/lib/JSON/PP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON/PP.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/lib/JSON/PP/Boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON/PP/Boolean.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/lib/JSON/PP5005.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON/PP5005.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/lib/JSON/PP56.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON/PP56.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/00_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/00_load.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/00_pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/00_pod.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/01_utf8.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/01_utf8.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/02_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/02_error.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/03_types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/03_types.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/04_pretty.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/04_pretty.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/06_pc_pretty.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/06_pc_pretty.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/07_pc_esc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/07_pc_esc.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/08_pc_base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/08_pc_base.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/09_pc_extra_number.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/09_pc_extra_number.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/10_pc_keysort.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/10_pc_keysort.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/11_pc_expo.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/11_pc_expo.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/12_blessed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/12_blessed.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/13_limit.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/13_limit.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/14_latin1.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/14_latin1.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/15_prefix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/15_prefix.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/16_tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/16_tied.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/17_relaxed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/17_relaxed.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/18_json_checker.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/18_json_checker.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/99_binary.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/99_binary.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/_unicode_handling.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/_unicode_handling.pm?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e00_func.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e00_func.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e01_property.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e01_property.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e02_bool.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e02_bool.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e03_bool2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e03_bool2.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e04_sortby.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e04_sortby.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e05_esc_slash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e05_esc_slash.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e06_allow_barekey.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e06_allow_barekey.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e07_allow_singlequote.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e07_allow_singlequote.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e08_decode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e08_decode.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e09_encode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e09_encode.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e10_bignum.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e10_bignum.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/e11_as_nonblessed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/e11_as_nonblessed.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/x00_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/x00_load.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/x02_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/x02_error.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/x12_blessed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/x12_blessed.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/x16_tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/x16_tied.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe01_property.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe01_property.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe02_bool.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe02_bool.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe03_bool2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe03_bool2.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe04support_by_pp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe04support_by_pp.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe05_indent_length.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe05_indent_length.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe08_decode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe08_decode.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe10_bignum.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe10_bignum.t?rev=25810&op=file

Added: branches/upstream/libjson-perl/current/t/xe11_as_nonblessed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/t/xe11_as_nonblessed.t?rev=25810&op=file




More information about the Pkg-perl-cvs-commits mailing list