[libyaml-tiny-perl] branch master updated (d03b986 -> 39c5444)
gregor herrmann
gregoa at debian.org
Sun May 10 15:47:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libyaml-tiny-perl.
from d03b986 releasing package libyaml-tiny-perl version 1.64-1
adds 802ac95 Remove perl 5.19 and add 5.20 in travis config
adds 3f7ad57 remap my github email address which should not ever have been visible
adds 3f5ea67 newer [MinimumPerl] attempts to parse more files; must explicitly exclude non-perl files in t/
adds 1bc5abe fix the name of the plugin we need to skip
adds 7c886c1 we can eliminate the custom filefinder entirely by marking all data files as encoding=bytes
adds 67a34af resolve EOL test failures
adds 82862df switch to using Test::TempDir::Tiny (resolves GH#34)
adds 13324fc must add the injected module as an authordep - a develop-requires prereq is too late for the dzil plugin
adds 90f48a6 doh, this travis config does not consider develop prereqs nor even do a dzil build
adds 7a901d2 [Test::CleanNamespaces] is now provided by my plugin bundle
adds cf3a9b0 changelog for #34
adds add7f97 YAML-Tiny-1.65
adds 56cd833 increment $VERSION after release
adds bbc3a36 whitespace around $VERSION declarations
adds 4d6212f use just EUMM as an installer, to be more truly tiny
adds bc478b0 update comment re how we determine version - now using [RewriteVersion], [BumpVersionAfterRelease]
adds 48e6892 remove explicit mention of prereqs we already found with AutoPrereqs
adds fa117d1 switch to File::Temp for temporary directories
adds 4a71c22 YAML-Tiny-1.66
adds 9c7c4fe Imported Upstream version 1.66
new 7bed82e Merge tag 'upstream/1.66'
new 2222862 Update debian/changelog
new 95df2d2 Update build dependencies.
new 39c5444 releasing package libyaml-tiny-perl version 1.66-1
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:
Build.PL | 134 ------------
CONTRIBUTING | 18 +-
Changes | 13 ++
INSTALL | 9 +-
MANIFEST | 4 +-
META.json | 462 +++++++++++++++++++++------------------
META.yml | 366 ++++++++++++++++---------------
Makefile.PL | 74 +------
README | 4 +-
debian/changelog | 8 +
debian/control | 7 +-
dist.ini | 24 +-
lib/YAML/Tiny.pm | 7 +-
t/00-report-prereqs.dd | 41 ++--
t/00-report-prereqs.t | 13 +-
t/12_write.t | 9 +-
t/21_yamlpm_compat.t | 7 +-
t/lib/TestBridge.pm | 4 +-
xt/author/00-compile.t | 9 +-
xt/author/eol.t | 32 +++
xt/author/no-tabs.t | 35 +--
xt/author/pod-spell.t | 29 ++-
xt/compare/roundtrip.t | 2 +-
xt/release/changes_has_content.t | 2 +-
xt/release/portability.t | 1 +
25 files changed, 599 insertions(+), 715 deletions(-)
delete mode 100644 Build.PL
create mode 100644 xt/author/eol.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list