This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit c71e0efccbf72e53f2b30c81b89ecbcde9663f80
Merge: 34541ea c2fc4ef
Author: Lucas Kanashiro <kanash...@debian.org>
Date:   Wed Jun 29 12:29:27 2016 -0300

    Merge tag 'upstream/3.02'
    
    Upstream version 3.02
    
    # gpg: Signature made Wed 29 Jun 2016 12:29:07 PM BRT using RSA key ID 
9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanash...@debian.org>"
    # gpg:                 aka "Lucas Kanashiro <kanashiro.dua...@gmail.com>"

 CHANGELOG                                     |   16 +
 CREDITS                                       |    9 -
 INSTALL                                       |   11 +
 LICENSE                                       |  705 ++++----
 MANIFEST                                      |   68 +-
 META.json                                     |   45 +
 META.yml                                      |   40 +-
 Makefile.PL                                   |   31 +-
 README                                        |   46 +-
 lib/Parse/PlainConfig.pm                      | 2138 +++++++++++--------------
 lib/Parse/PlainConfig/Constants.pm            |  166 ++
 lib/Parse/PlainConfig/Legacy.pm               | 1583 ++++++++++++++++++
 lib/Parse/PlainConfig/Settings.pm             |  251 +++
 t/01_ini.t                                    |   24 -
 t/02_property.t                               |   74 -
 t/03_read.t                                   |   25 -
 t/04_parameters.t                             |   30 -
 t/05_purge.t                                  |   27 -
 t/14_compat.t                                 |   69 -
 t/98_pod_coverage.t                           |    9 +
 t/99_pod.t                                    |    7 +
 t/lib/01_include_me.conf                      |    2 +
 t/lib/BadConf.pm                              |   64 +
 t/lib/CStyle.pm                               |   62 +
 t/lib/MyConf.pm                               |   69 +
 t/lib/NoDefaults.pm                           |   33 +
 t/lib/mac.conf                                |    1 +
 t/lib/msdos.conf                              |   26 +
 t/lib/unix.conf                               |   28 +
 t/v2_01_ini.t                                 |   19 +
 t/v2_02_property.t                            |   51 +
 t/v2_03_read.t                                |   22 +
 t/v2_04_parameters.t                          |   29 +
 t/v2_05_purge.t                               |   42 +
 t/{06_scalar.t => v2_06_scalar.t}             |    6 +-
 t/{07_list.t => v2_07_list.t}                 |    6 +-
 t/{08_hash.t => v2_08_hash.t}                 |    6 +-
 t/{09_coerce.t => v2_09_coerce.t}             |    6 +-
 t/{10_write.t => v2_10_write.t}               |    8 +-
 t/{11_order.t => v2_11_order.t}               |    8 +-
 t/{12_purge.t => v2_12_purge.t}               |    6 +-
 t/{13_readIfNewer.t => v2_13_readIfNewer.t}   |   10 +-
 t/{15_defaults.t => v2_15_defaults.t}         |    6 +-
 t/{16_hasParameter.t => v2_16_hasParameter.t} |    6 +-
 t/{testrc => v2_testrc}                       |    0
 t/{testrc_smart => v2_testrc_smart}           |    0
 t/v3_01_constants.t                           |   16 +
 t/v3_02_init.t                                |   20 +
 t/v3_03_parameters.t                          |   60 +
 t/v3_04_bad_conf.t                            |   18 +
 t/v3_05_no_defaults.t                         |   43 +
 t/v3_06_c_style.t                             |   50 +
 t/v3_07_unix.t                                |   43 +
 t/v3_08_msdos.t                               |   44 +
 t/v3_09_mac.t                                 |   44 +
 55 files changed, 4314 insertions(+), 1914 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-plainconfig-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to