[libgedcom-perl] 01/10: Merge tag 'upstream/1.19'

gregor herrmann gregoa at debian.org
Sun Sep 15 22:22:50 UTC 2013


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

gregoa pushed a commit to branch master
in repository libgedcom-perl.

commit 88c58165e3808d21cc55c2d9cde0db06ceb0f0af
Merge: fe15f99 ce08b1b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 16 00:07:36 2013 +0200

    Merge tag 'upstream/1.19'
    
    Upstream version 1.19

 .travis.yml                                     |   15 +
 CHANGES                                         |   24 +-
 MANIFEST                                        |   15 +-
 MANIFEST.SKIP                                   |   25 -
 META.json                                       |   47 +
 META.yml                                        |   41 +-
 Makefile.PL                                     |  116 +-
 README                                          |    4 +-
 TODO                                            |   15 +
 cgi-bin/gedcom.cgi                              |    8 +-
 ged                                             |   45 +-
 gedcom-5.5.grammar => gedcom-5.5-strict.grammar |    0
 gedcom-5.5.1.grammar                            |  597 +++++++
 gedcom-5.5.aft.grammar                          |  561 ------
 gedcom-5.5.grammar                              |   16 +
 gedcom.vim                                      |    2 +-
 gedcom_compare                                  |    8 +-
 install/System.pm                               |    2 +-
 install/buildperl                               |    2 +-
 lib/Gedcom.pm                                   |  109 +-
 lib/Gedcom/CGI.pm                               |    8 +-
 lib/Gedcom/Comparison.pm                        |   10 +-
 lib/Gedcom/Event.pm                             |    8 +-
 lib/Gedcom/Family.pm                            |   12 +-
 lib/Gedcom/Grammar.pm                           |    8 +-
 lib/Gedcom/Grammar_5_5.pm                       |  956 ++++++-----
 lib/Gedcom/{Grammar_5_5.pm => Grammar_5_5_1.pm} | 2063 ++++++++++++++---------
 lib/Gedcom/Individual.pm                        |   61 +-
 lib/Gedcom/Item.pm                              |   64 +-
 lib/Gedcom/LifeLines.pm                         |   12 +-
 lib/Gedcom/Record.pm                            |  254 +--
 lib/Gedcom/WebServices.pm                       |   12 +-
 lines2perl                                      |   16 +-
 parse_grammar                                   |    8 +-
 t/Basic.pm                                      |   26 +-
 t/Engine.pm                                     |   46 -
 t/Lines.pm                                      |    8 +-
 t/basic.t                                       |    4 +-
 t/bias.t                                        |    4 +-
 t/birthdates.t                                  |   84 +-
 t/conf/extra.conf.in                            |    2 +-
 t/ged_create.t                                  |   76 +-
 t/grammar_file.t                                |    4 +-
 t/lines.t                                       |    4 +-
 t/lines/bias                                    |    2 +-
 t/lines/bias.plx                                |   10 +-
 t/lines/lines.plx                               |    6 +-
 t/lines/namefreq.plx                            |    6 +-
 t/namefreq.t                                    |    4 +-
 t/parse_grammar.t                               |    4 +-
 t/pod.t                                         |    4 +
 t/read_only.t                                   |    4 +-
 t/resolve.t                                     |    4 +-
 t/resolve_read_only.t                           |    4 +-
 t/ws_json.t                                     |    4 +-
 t/ws_plain.t                                    |    4 +-
 t/ws_xml.t                                      |    4 +-
 tkged                                           |   10 +-
 utils/all_versions                              |   63 +
 utils/makeh                                     |   43 +
 session.vim => utils/session.vim                |    0
 61 files changed, 3237 insertions(+), 2341 deletions(-)

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



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