[libexporter-declare-perl] branch master updated (117da58 -> c1d651b)
Florian Schlichting
fsfs at alioth.debian.org
Mon Sep 9 10:07:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libexporter-declare-perl.
from 117da58 releasing version 0.106-1
adds d1d5cef Imported Upstream version 0.113
new 3c0b3b8 Merge tag 'upstream/0.113'
new 703634b Import Upstream version 0.113
new 90392ac swap alternative dependencies post-perl5.18
new c1d651b prepare changelog for release
The 4 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:
Changes | 10 ++
MANIFEST | 11 +-
META.json | 18 +--
META.yml | 15 +-
README | 3 +
debian/changelog | 9 ++
debian/control | 2 +-
lib/Exporter/Declare.pm | 38 ++++-
lib/Exporter/Declare/Magic.pm | 266 ----------------------------------
lib/Exporter/Declare/Magic/Parser.pm | 158 --------------------
lib/Exporter/Declare/Magic/Sub.pm | 84 -----------
lib/Exporter/Declare/Meta.pm | 100 +++++++------
t/Inheritance.t | 10 ++
t/Magic.t | 165 +++++++++++----------
t/lib/InheritanceChild.pm | 9 ++
t/lib/InheritanceParent.pm | 11 ++
t/misc.t | 26 +++-
17 files changed, 261 insertions(+), 674 deletions(-)
create mode 100644 Changes
delete mode 100644 lib/Exporter/Declare/Magic.pm
delete mode 100644 lib/Exporter/Declare/Magic/Parser.pm
delete mode 100644 lib/Exporter/Declare/Magic/Sub.pm
create mode 100644 t/Inheritance.t
create mode 100644 t/lib/InheritanceChild.pm
create mode 100644 t/lib/InheritanceParent.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libexporter-declare-perl.git
More information about the Pkg-perl-cvs-commits
mailing list