[libcpan-changes-perl] branch master updated (a8ce3f7 -> 1768104)
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 17:44:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libcpan-changes-perl.
from a8ce3f7 update changelog
adds 27819dd Imported Upstream version 0.22
new d43732f Merge tag 'upstream/0.22'
new 6c5f600 Adjust build dependency for Test::More
new acf9082 Update copyright years for upstream files
new eaa2253 Drop override for dh_builddeb in debian/rules
new d0cc705 Bump Standards-Version to 3.9.4
new 1768104 Prepare changelog for release
The 6 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 | 39 ++++++++
MANIFEST | 8 +-
META.yml | 4 +-
MYMETA.json | 53 ----------
MYMETA.yml | 25 -----
Makefile.PL | 4 +-
README | 9 +-
debian/changelog | 16 ++-
debian/control | 5 +-
debian/copyright | 2 +-
debian/rules | 3 -
inc/Module/Install/ExtraTests.pm | 2 +-
inc/Module/Install/Scripts.pm | 29 ++++++
lib/CPAN/Changes.pm | 84 ++++++++++------
lib/CPAN/Changes/Release.pm | 21 +++-
lib/CPAN/Changes/Spec.pod | 45 ++++++++-
lib/Test/CPAN/Changes.pm | 14 ++-
script/tidy_changelog | 103 ++++++++++++++++++++
.../{preamble.changes => long_preamble.changes} | 2 +
t/corpus/unknown_date.changes | 9 ++
t/delete_empty_groups.t | 33 ++++++-
t/read_no_date.t | 30 ++++++
t/read_preamble.t | 67 ++++++++-----
t/read_timestamp.t | 16 ++-
t/read_unknown_date.t | 29 ++++++
t/self.t | 2 +-
t/serialize.t | 50 +++++++++-
t/sort_groups.t | 4 +-
28 files changed, 536 insertions(+), 172 deletions(-)
delete mode 100644 MYMETA.json
delete mode 100644 MYMETA.yml
create mode 100644 inc/Module/Install/Scripts.pm
create mode 100644 script/tidy_changelog
copy t/corpus/{preamble.changes => long_preamble.changes} (92%)
create mode 100644 t/corpus/unknown_date.changes
create mode 100644 t/read_no_date.t
create mode 100644 t/read_unknown_date.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-changes-perl.git
More information about the Pkg-perl-cvs-commits
mailing list