[libclass-ehierarchy-perl] branch master updated (8b4899b -> e95d1fe)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Tue Jun 20 23:19:16 UTC 2017


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

kanashiro pushed a change to branch master
in repository libclass-ehierarchy-perl.

      from  8b4899b   release libclass-ehierarchy-perl version 0.93-1
       new  55d3352   New upstream version 2.00
       new  1061292   Update debian/changelog
       new  16191a4   Update patch that fixes typo in POD
       new  9705a42   d/copyright: set year of upstream copyright
       new  b11531b   Update years of Debian copyright
       new  5d733e0   d/copyright: use https:// in Format field
       new  acb8d19   Bump debhelper compatibility level to 10
       new  e62b110   Declare compliance with Debian policy 4.0.0
       new  e95d1fe   releasing libclass-ehierarchy-perl version 2.00-1 to unstable

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                     |    5 +
 MANIFEST                                      |   17 +-
 META.json                                     |   41 +
 META.yml                                      |   35 +-
 Makefile.PL                                   |   33 +-
 README                                        |   16 +-
 debian/changelog                              |   12 +
 debian/compat                                 |    2 +-
 debian/control                                |    4 +-
 debian/copyright                              |    6 +-
 debian/patches/0001_fix-typo-in-manpage.patch |   53 +-
 lib/Class/EHierarchy.pm                       | 2867 +++++++++++++------------
 t/{01_ini.t => 01_init.t}                     |    3 +-
 t/02_object_hierarchy.t                       |   72 +
 t/02_relationships.t                          |  105 -
 t/03_class_hierarchy.t                        |   99 +
 t/03_properties.t                             |  371 ----
 t/04_alias.t                                  |   98 +
 t/04_array_methods.t                          |  128 --
 t/05_hash_methods.t                           |   99 -
 t/05_properties.t                             |  221 ++
 t/06_methods.t                                |   44 +-
 t/07_loadProps.t                              |  364 ----
 t/07_type_methods.t                           |   99 +
 t/08_loadMethods.t                            |  170 --
 t/09_aliases.t                                |   72 -
 26 files changed, 2298 insertions(+), 2738 deletions(-)
 create mode 100644 META.json
 rename t/{01_ini.t => 01_init.t} (93%)
 create mode 100644 t/02_object_hierarchy.t
 delete mode 100644 t/02_relationships.t
 create mode 100644 t/03_class_hierarchy.t
 delete mode 100644 t/03_properties.t
 create mode 100644 t/04_alias.t
 delete mode 100644 t/04_array_methods.t
 delete mode 100644 t/05_hash_methods.t
 create mode 100644 t/05_properties.t
 delete mode 100644 t/07_loadProps.t
 create mode 100644 t/07_type_methods.t
 delete mode 100644 t/08_loadMethods.t
 delete mode 100644 t/09_aliases.t

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



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