[libdist-zilla-plugin-prepender-perl] branch master updated (93c7dcc -> 7cbc4d5)
gregor herrmann
gregoa at debian.org
Mon Jun 1 15:44:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdist-zilla-plugin-prepender-perl.
from 93c7dcc update changelog
new c2da2c9 Add debian/upstream/metadata
new 8bb35d8 Update debian/changelog
adds 75b78ef ignore file for git
adds df9952c dzil config file
adds 2232823 first take at dzp:prepender
adds 0a08d17 basic compilation test
adds c860327 adding a changelog
adds 03f864f adding missing prereqs
adds 5fb1f97 v0.1.1
adds 5a1281c running prepender after other file mungers to fix pod
adds 7d1cc88 adding repository resource in meta.yml
adds f14a227 checking changelog has been updated
adds 8e2a9e1 pod update
adds 4bc83b5 v0.1.2
adds c7820f9 pod update
adds 7453d9a new attribute: copyright
adds a7c5c05 support for automatic copyright prepending
adds 46b6e0f pod update
adds 34dab10 replacing boilerplate comments with new builtin automatic copyright
adds f4b9ef9 using strict and warnings in all files
adds 324ba3e unit tests for prepender plugin
adds 4c824f8 v0.2.0
adds a29c7ea adding prereq (even if it's core)
adds 0b671d6 fix to work with new multivalue config reader
adds 63a09f6 using autoprereq
adds fd1aa3c complete dist.ini
adds 979af73 using our own pod tests
adds ff7cf77 v0.2.1
adds a87c219 reorder plugins + add some
adds e5ae558 extra tests are provided by a plugin
adds bf4eaaf compile test provided by a plugin
adds a431dd1 fixing perlcritic tests
adds 8309465 using nextrelease plugin
adds b71b1fd sweetening with moosex::has::sugar
adds 0593517 sweetening with moosex::types::moose
adds c38e393 pod update
adds 6fbd97a fix repository url
adds 0c504d4 v1.093190
adds 009d7e6 update ignore file for git
adds d6f74fa using jquelin pluginbundle
adds f2536d6 pod update
adds f897831 fix bug: old way of doing was trimming file of its empty blank lines
adds d644c83 defaulting copyright to true
adds 14a2a9c no need to number the tests
adds 4de81ed v1.100130
adds be39236 better args check in moose
adds a735f56 make tests dzil2 compliant
adds 25f142d use dist-zilla-tester
adds fc12a7d v1.100960
adds cc734a4 fix #58230: license should not output lines finished by whitespaces
adds 3a68da0 v1.101590
adds d7138fa fix extra resource
adds e4fff06 support for editor mode lines
adds 7569663 v1.103470
adds ae7e632 Skip files by regexp if configured
adds 56119df Accept multiple skip parameters
adds c40eda0 Specify in pod that skip can be given multiple times
adds e37f27f Generate test data to avoid being prepended by build
adds d4ba859 Confirm that generated (non-skipped) file does get prepended
adds 3709259 fix pod coverage test
adds b49cae4 v1.112280
adds ef366e1 do not try to munge files that cannot be altered
adds e810c4d updated bundle usage
adds 7cf4998 v2.000
adds 473eab9 on Dzil5, also skip files with ->encoding eq bytes
adds ab68052 dist.ini: bootstrap to lib/ then Dist-Zilla-Plugin-Prepender-VERSION for subsequent builds, or prepender will fail to build itself with the installed one due to the previously patched bug
adds c828425 v2.001
adds 42f3e0e Imported Upstream version 2.001
new b5b380a Merge tag 'upstream/2.001'
new 7ca0661 Update debian/changelog
new 3aee566 Update years of packaging copyright.
new 45f60c4 debian/copyright: switch formatting to Copyright-Format 1.0.
new 677b7be Unconditionally build depend on libmodule-build-perl.
new 71bcf77 Declare compliance with Debian Policy 3.9.6.
new 2faa04f Mark package as autopkgtest-able.
new ba72ae4 fix email in debian/upstream/metadata
new 7cbc4d5 releasing package libdist-zilla-plugin-prepender-perl version 2.001-1
The 11 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:
AUTHOR_PLEDGE | 13 +
Build.PL | 72 ++++--
Changes | 9 +
LICENSE | 2 +-
MANIFEST | 5 +-
META.json | 472 ++++++++++++++++++++++++++++---------
META.yml | 406 ++++++++++++++++++++++---------
README | 4 +-
debian/changelog | 13 +-
debian/control | 5 +-
debian/copyright | 11 +-
debian/upstream/metadata | 8 +
dist.ini | 6 +-
lib/Dist/Zilla/Plugin/Prepender.pm | 22 +-
t/00-compile.t | 89 +++----
t/000-report-versions-tiny.t | 18 +-
t/release-has-version.t | 24 --
t/release-kwalitee.t | 23 --
t/release-minimum-version.t | 24 --
t/release-pod-coverage.t | 12 +-
t/release-pod-syntax.t | 5 +-
21 files changed, 813 insertions(+), 430 deletions(-)
create mode 100644 AUTHOR_PLEDGE
create mode 100644 debian/upstream/metadata
delete mode 100644 t/release-has-version.t
delete mode 100644 t/release-kwalitee.t
delete mode 100644 t/release-minimum-version.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-prepender-perl.git
More information about the Pkg-perl-cvs-commits
mailing list